/*** www.physio-zinke.de ***/

body {
  font-size: 12px;
  color: #ffffff;  
  padding-top: 0px;
  margin: 0px;
  text-align: center;  
  font-family: Arial, Verdana, Helvetica, SunSans-Regular, Sans-Serif;
}

/*** background ***/

#bgr { 	
  text-align: left;
  vertical-align: middle;	
  margin: 0px auto;
  padding: 0px;
  width: 800px;
}

#bgr_one, #bgr_two, #bgr_three, #bgr_four, #bgr_five, #bgr_six, #bgr_seven {
	float: left;
    padding: 0;
}

#bgr_one {
	height: 50px;
	width: 800px;
}

#bgr_two {
	height: 100px;
	width: 800px;
	background-image: url(images/mathnatlogo.jpg);
}

#bgr_three {
	height: 20px;
	width: 800px;
	background-color: #00305d;
}

#bgr_four {
	height: 5px;
	width: 800px;
}

#bgr_five {
	width: 800px;
	background-color: #007fb2;
}

#bgr_six {
	height: 5px;
	width: 800px;
}

#bgr_seven {
	width: 800px;
	background-color: #007fb2;
}

/*** logo ***/

#logo {
	padding: 120px 0px 0px 25px; /* top right bottom left */
}

/*** menu, content boxes ***/

#menu, #content {
	float: left;
    padding: 0;
}

#menu {
	width: 169px;
  	padding: 25px 0px 0px 0px; /* top right bottom left */
  	border-right: 1px solid #00305d;
}

#content {
	width: 570px;
	padding: 25px 30px 25px 30px; /* top right bottom left */
}

#footer {
    font-size: 12px;
    text-align: center;
    padding: 20px 30px 20px 30px; /* top right bottom left */
}

/*** content left, right ***/

.left, .right {
	float: left;
    padding: 0;
}

.left {
	width: 50px;
	font-weight: bold;
	color: #00305d;
}

.right {
	width: 499px;
	padding-left: 20px;
	border-left: 1px solid #00305d;
}

.images {
    padding: 12px;
    background-color: #ffffff;
}

.markup {
	font-weight: bold;  
}

/*** headlines, links ***/

a, a:visited {
  	color: #ffffff;
  	font-size: 12px;
	font-weight: bold;  	
  	text-decoration: none;
}

a:hover, a:active { 
  	color: #00305d; 
	font-size: 12px;
	text-decoration: none;
}

a#active {
	color: #00305d; 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a#im, a#im:visited {
  	color: #00305d;
  	font-size: 12px;
  	font-style: italic;
  	text-decoration: none;
}

a#im:hover, a#im:active { 
  	color: #ffffff;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
}

h2 {
	font-size: 20px;
	font-weight: bold;
}

li {
    padding-bottom: 20px;
}
