/*-------------------style sheet metadata------------------------ */

/*-------------------project: TEMPLATE GESUNDHEIT UND MEDIZIN 8.3--------------*/

/* ------------------website: wwww.trendy-vorlagen.de------------ */

/*------------------ author: VALERIA WIRSUM----------------------- */

/*-------------------date:14.04.2007------------------------------ */

*{
 margin:0;
 padding:0;
}
  html {
	overflow: scroll;
}

body {
	font-size: 12px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #F4F2F3;
	line-height: 16px;
	margin-bottom: 10px;
	margin-top: 15px;
}
h1, h2, h3 {
	font-size: 12px;
	color: #666666;
}
A {
	text-decoration: none;
	color: #004080;
}

img {
	border: none;
}
pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 80px;
	padding-bottom: 15px;
	width: 400px;
}
strong {
	font-weight: lighter;
}



/* -----------------------LAYOUT---------------------------- */
 	  

#container {
	text-align: left;
	width: 960px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#header {
	height: 100px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/banner.jpg);
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CBFDF;
}
#top {
	height: 45px;
	text-align: right;
	color: #669900;
}
#top ul {
	text-align: right;
	margin-right: 10px;
	padding-top: 20px;
}
#top li {
	display: inline;
	list-style-type: none;
}
#top a {
	color: #003399;
}
#top a:hover {
	color: #FB6929;
}
#top img {
	float: left;
	padding-top: 2px;
}

#content {
	background-color: #FFFFFF;
	float: left;
	width: 700px;
}
#content ul {
	list-style-type: none;
	margin-left: 80px;
	margin-right: 80px;
	text-align: justify;
	padding-bottom: 15px;
}

#content li {
	list-style-type: none;
	line-height: 25px;
	background-image: url(images/list.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 25px;
}

#content p {
	text-align: justify;
	margin-right: 80px;
	margin-left: 80px;
	padding-bottom: 15px;
	line-height: 18px;
}

#content h1 {
	font-size: 18px;
	padding-top: 40px;
	margin-left: 80px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-right: 80px;
	padding-bottom: 40px;
}
#content h3 {
	font-size: 18px;
	color: #666666;
	margin-right: 80px;
	margin-left: 80px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #2D518F;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#content h2 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding-bottom: 5px;
	margin-right: 80px;
	margin-left: 80px;
	color: #333333;
	margin-bottom: 15px;
}


#content a {
	text-decoration: underline;
}
#content strong {
	color: #333333;
}

#content a:hover {
	color: #D01040;
	text-decoration: none;
}



/* -----------------------MAIN NAVIGATION----------------------------- */

#navigation {
	color: #FFFFFF;
	height: 30px;
	background-image: url(images/bg_navigation.jpg);
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #FFFFFF;
}
#navigation ul {
	margin-left: 60px;

}
#navigation li {
	list-style-type: none;
	display: inline;
	
}

#navigation li a {
	color: #FFFFFF;
	margin-right: 2px;
	margin-left: 20px;
	padding-right: 2px;
	padding-left: 7px;
	display: inline;
	height: 30px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #FFFFFF;
	line-height: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	
}

#navigation li a:hover {
	color: #21427B;
	
}

/* -----------------------SIDEBAR----------------------------- */


#sidebar_l {
	width: 250px;
	float: right;
}
#sidebar_l ul {
	margin-top: 1px;
}

#sidebar_l li {
	display: block;
	list-style-type: none;
}
#sidebar_l li a {
	display: block;
	text-decoration: none;
	background-image: url(images/3bg_button_submenu.jpg);
	padding-right: 2px;
	padding-left: 40px;
	margin-bottom: 2px;
	height: 25px;
	margin-left: 15px;
	line-height: 20px;
	text-align: left;
	color: #35679A;
	border-top: 1px solid #4274A7;
	border-right: 1px none #4274A7;
	border-bottom: 1px solid #4274A7;
	border-left: 1px solid #4274A7;
}
#sidebar_l li a:hover {
	color: #DF4A70;
}
#sidebar_l h1 {
	text-align: left;
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 50px;
	margin-left: 15px;
}

#sidebar_l h2 {
	margin-top: 20px;
	color: #FFFFFF;
	margin-right: 13px;
	text-align: center;
	background-image: url(images/3bg_h1_content.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #FFFFFF;
}
#sidebar_l p {
	font-size: 11px;
	text-align: right;
}


#sidebar_l a {
	color: #000000;
	text-decoration: underline;
	
}
#sidebar_l img {
}
#sidebar_l hr {
	border: 1px solid #0066CC;
	width: 150px;
}



/* -----------------------FOOTER----------------------------- */

#footer {
	height: 130px;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-image: url(images/bg_footer.jpg);
	background-position: bottom;
	clear: both;
}
#footer p {
	padding-top: 100px;
	padding-left: 80px;
	color: #003399;
}

#footer a {
	text-decoration: none;
	color: #003399;
	margin-left: 20px;
	margin-right: 20px;
}

#footer a:hover {
	color: #D01040;
}
.webgaroo {
	padding-left: 110px;
}


.inside {
	border: 1px solid #CCCCCC;
}
.infobox {
	background-color: #F2F8FD;
	background-image: url(images/bild2.jpg);
	background-repeat: no-repeat;
	height: 225px;
	padding-right: 40px;
	padding-left: 140px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 11px;
}
.fram {
	height: 600px;
	width: 530px;
	overflow: hidden;
}
.bild {
	border-top: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
	border-right-style: none;
	margin-right: 5px;
	margin-top: 8px;
}
.bild2 {
	margin-top: 105px;
}
.bildprufung {
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 150px;
	padding-bottom: 20px;
	padding-left: 150px;
	border: 1px solid #CCCCCC;
}

.bildberatung {
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 100px;
	border: 1px solid #CCCCCC;
}


.bildleistungen {
	margin-top: 90px;
}

.bildschulung {
	padding-top: 20px;
	padding-right: 160px;
	padding-bottom: 20px;
	padding-left: 160px;
	border: 1px solid #CCCCCC;
}

.bildschulung2 {
	margin-top: 90px;
}

.bildcontent {
	margin-top: 20px;
	margin-left: 100px;
}


.bild3 {
	margin-top: 110px;
}
.bildlogo {
	float: left;
	margin-right: 20px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 30px;
}



.barcontent {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 15px;
}
.clearfree {
	clear: both;
}
.fontfett {
	font-weight: bold;
}
.audio {
	margin-left: 95px;
}

