/* 
    Document   : style
    Created on : 08-09-2008, 12:07:13
    Author     : Jeppe
    Description:
*/
body{
    font-family:myriad pro;
}

a{
    color:grey;
    text-decoration:none;
}
a.admin{
    color:black;
    text-decoration:underline;
}
a.sub:hover{
    color:black;
    margin-left:3px;
}
a.contactSmall{
    font-weight:bold;
    color:black;
    text-decoration:none;
}
a.contact{
    color:black;
    text-decoration:none;
    font-size: 18px;
    font-weight: 600;
}

table.content {
    margin-top: 20px;   
}
td.center-text {
    padding:10px;
    text-align:center;
    border:1px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}
td.spacer{
   width:150px;
}
td.contactBig{
    text-align:left;
    font-size: 36px;
    vertical-align: bottom;
}
td.sitedesign{    
    text-align:right;
    vertical-align: bottom;
    font-size: 8px;
}
td.contact{    
    text-align:left;
    text-indent: 50px;
}
img.pics{
    
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}
td.menu{
    font-size: 18px;
    font-weight: 600;
}

td.submenu{
    font-size: 18px;
    font-weight: 600;
}

div.name{   
    font-size: 72px;

    font-weight: normal;
}

div.proffesion{
    font-size: 36px;

    font-weight: normal;
    vertical-align: top;
}

td.showMenu{
    vertical-align:top;
}
.error{    
    color: red;
}
.ident{
    text-indent:10px;
}
.fieldsetAdd{
    width:530px;
}
.fieldsetChange{
    width:363px;
}
.fieldsetOptions{
    width:75px;
}
.outterContainerFront{
    height:100%
    
}
.success{
    color:green;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#nav a {
    font-weight: bold;
    color:black;
	
}
#nav a {
    text-decoration: none;
}
#nav li li a {
    display: block;
    font-weight: normal;
    color:#999999;
    padding: 0.1em 5px;
}

#nav li li a:hover {
    padding: 0.1em 5px;
    border: 5px solid white;
    border-width: 0 5px;
    color:black;
}
li {
    float: left;
    position: relative;	
    text-align: left;
    cursor: default;
    background-color: white;
    border: 1px solid white;
    border-width: 0px 0;
    margin-right: 10px;
}

li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    font-weight: normal;    
    background: url(white.jpg) bottom left no-repeat;
}
li>ul {
    top: auto;
    left: auto;
}
li li {
    display: block;
    float: none;
    background-color: transparent;
    border: 0;
}
li:hover ul, li.over ul {
    display: block;
}
