/* global */
html{height: 100%;}

body
{ background: #FFFFFF url(back_2.png) repeat-x;
  color: #3E4244;
  font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .74em;
}

/* Schrifformate */
/* p Absatz normal */
p
{ margin: 0px;
  padding: 0px 0px 24px 0px;
  line-height: 1.5em;
}

/*Überschrift 1*/
h1
{ margin: 0px;
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 176%; 
  font-weight: normal;
}

/*Überschrift 2*/
h2
{ margin: 0px;
  /*padding: 0px 0px 4px 0px;*/
  font-family: verdana, tahoma, arial, sans-serif;  
  font-size: 120%;
  /*text-decoration: underline;*/
  font-weight: bold;
  padding: 0px 0px 14px 0px;
}

/*Überschrift 3*/
h3
{ margin: 0px;
  /*padding: 0px 0px 4px 0px;*/
  font-family: verdana, tahoma, arial, sans-serif;  
  font-size: 110%;
  /*text-decoration: underline;*/
  font-weight:bold;
  padding: 0px 0px 14px 0px;
}

/*Überschrift 4 für ul */
h4
{ margin: 0px;
  line-height: 1.5em;
  font-weight:normal;
  font-size: 100%;

}



img{border: 0px;}
/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}
.right
{ float: right; 
  padding: 8px 0px 0px 8px;
}
.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ background-color: #F1F4F5;
  color: #3E4244;
  border-color: #D4DBDE;
  margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 14px;
  padding: 0px;
}

/*li ListenItem*/
ul li
{ list-style-type: square;
  margin: 0px 0px 11px 14px; 
  padding: 0px;
  line-height: 1.5em;
}

/* main container */
#main
{ width: 911px;
  margin-left: auto; 
  margin-right: auto;
}

/* links above the logo */
#links
{ padding: 9px 0px 3px 19px;
  width: 892px;
  text-align: right;
  height: 22px;
}

/*a Verweise/Anchor*/

#links a, #links a:hover
{text-decoration: none;
 font-weight: bold;
}

#links, #links a
{ background-color: transparent;
  color: #000000;
}

#links a:hover
{ background-color: transparent;
  color: #FFFFFF;
}

/* logo */
#logo, #logoinstitut, #logoaerzte, #logoangebot, #logogrundlagen, #logopatienten, #logostudenten, #logophysik, #logomtra
{ padding: 0px;
  width: 909px;
  height: 100px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  color: #3E4244;
  border-color: #FFFFFF;
}

#logo
{ background: #8D9299 url("../pics/header.jpg") no-repeat;
}

#logoinstitut
{ background: #8D9299 url("../pics/institutheader.jpg") no-repeat;
}

#logoaerzte
{ background: #8D9299 url("../pics/aerzteheader.jpg") no-repeat;
}

#logoangebot
{ background: #8D9299 url("../pics/angebotheader.jpg") no-repeat;
}

#logogrundlagen
{ background: #8D9299 url("../pics/grundlagenheader.jpg") no-repeat;
}

#logopatienten
{ background: #8D9299 url("../pics/patientenheader.jpg") no-repeat;
}

#logostudenten
{ background: #8D9299 url("../pics/studentenheader.jpg") no-repeat;
}

#logophysik
{ background: #8D9299 url("../pics/physikheader.jpg") no-repeat;
}

#logomtra
{ background: #8D9299 url("../pics/mtraheader.jpg") no-repeat;
}

#logo h1, #logoinstitut h1, #logoaerzte h1, #logoangebot h1, #logogrundlagen h1, #logopatienten h1, #logostudenten h1, #logophysik h1 , #logomtra h1   
{ background-color: transparent;
  color: #FFFFFF;
  padding: 38px 0px 0px 19px;
  font-family: verdana, arial, sans-serif;
  font-size: 200%;
  font-weight: normal;
  letter-spacing: .3em;
}

/* main content */

#content, #column1, #column2
{
	background-color: #FFFFFF;
	color: #3E4244;
} 

#content
{ width: 911px;
  height: auto;
  padding: 0px;
  text-align: justify;
  overflow: hidden;
} 

/* column 1 - contains menu, news, add links and other info */
#column1
{ width: 243px;
  float: left;
  padding: 15px 0px 15px 14px;
}

#column1 h1{padding: 0px 0px 18px 0px;}

#menu, #addlinks
{ position: relative;
  width: 216px;
  float: left;
  margin: 0px 0px 15px 0px;
  padding: 8px 0px 0px 0px;
  height: auto;
}

#menu, #addlinks, .sidebaritem
{ background: #FFFFFF url(box_2.png) repeat-x;
  color: #3E4244;
}

#menu ul, #addlinks ul
{ margin: 0px auto; 
  padding: 0px; 
  list-style: none; 
  text-align: left; 
  width: 216px;
} 

#menu li, #addlinks li 
{ margin: 0px; 
  list-style: none; 
  float: left; 
} 

#menu li a, #addlinks li a 
{ float: left; 
  height: auto;
  text-decoration: none; 
  padding: 3px 10px 4px 12px;
  width: 194px;
  border-bottom: 1px solid;
  background-color: transparent;
  color: #3E4244;
  border-color: #FFFFFF;
} 

#menu li a#sel, #addlinks li a#sel
{ float: left; 
  height: auto;
  text-decoration: none; 
  padding: 3px 10px 4px 20px;
  width: 186px;
  border-bottom: 1px solid;
} 

#menu li a:hover, #menu li a#selected, #addlinks li a:hover
{ background-color: #8D9299; 
  color: #FFFFFF;
  border-color: #FFFFFF;
} 

#menu li a#sel
{ background-color: #8D9299; 
  color: #FFFFFF;
  border-color: #FFFFFF;
} 

#menu h1, #addlinks h1{padding: 0px 0px 14px 12px;}

.sidebaritem
{ position: relative;
  text-align: justify;
  margin: 0px 0px 15px 0px;
  padding: 8px 14px 11px 12px;
  width: 190px;
  float: left;
  height: 144px;
}

.sidebaritem[id]{height: auto;}

/* column 2 - page content */
#column2
{ text-align: justify;
  padding: 0px 22px 15px 0px;
  width: 632px;
  float: right;
}

#column2 h1
{ background: transparent;
  color: #3E4244;
  border-color: #F1F4F5;
  padding: 0px 0px 6px 0px; 
  margin: 24px 0px 12px 0px; 
  border-bottom: 2px solid;
}

.sidebaritem a, #column2 a, .sidebaritem a:hover, #column2 a:hover
{ padding: 0px;
  text-decoration: none;
}

.sidebaritem a, #column2 a
{ background-color: transparent;
  color: #2780F9;
}

.sidebaritem a:hover, #column2 a:hover
{ background-color: #F1F4F5;
  color: #3E4244;
}

/* footer */
#footer
{ float: left;
  padding: 9px 0px 3px 0px;
  width: 911px;
  text-align: center;
  height: 22px;
}

#footer a, #footer a:hover{text-decoration: none;}

#footer, #footer a
{ background-color: #8D9299;
  color: #3E4244;
}

#footer a:hover
{ background: #8D9299;
  color: #FFFFFF;
}
/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 448px;
  height: 29px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
  height: 22px;
}

input, textarea
{ width: 259px; 
  font-family: verdana, arial, sans-serif;
  font-size: 100%;
  border: 1px solid;
  background-color: #FFFFFF;
  color: #3E4244;
  border-color: #616D7B;
  width: auto;
}

.submit
{ font-family: verdana, arial, sans-serif;
  font-size: 100%; 
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
}

