/* CSS Document */

/*Template Layout*/
body {
	background-color:#f1f5f8;
	background-image:url(images/page_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.5em;
}
a, a:link, a:visited {
	color:#2180ac;
}
a:hover {
	color:#2180ac;
	text-decoration:none;
}
#background_texture {
	background:url(images/header_bg.jpg) center top no-repeat;
}
#wrapper {
	width:940px;
	margin:0px auto; 
}
#header {
	height:100px;
	width:940px;
	clear:both;
}
#logo {
	width:390px; 
	height:78px;
	float:left;
}

#logo-aerztehaus {
	margin:5px 0px 0px 80px;
	width:137px; 
	height:85px;
	float:left;
}


#header_suche {
	width:250px;
	height:52px;
	float:right;
	margin:20px 10px 0px 0px;
}
#header_menu { 
	height:38px;
	margin:2px 0px 0px 0px;
	clear:both;
}

ul.sub1 {
	margin:0px;
	padding:0px;
	margin-top:1px;
	width:940px;
	height:38px;
	position:absolute;  /*makes dropdown sit on top of flash & map*/
	z-index:100; /*makes dropdown sit on top of flash & map*/
}
ul.sub1 li {
	float:left;
	list-style:none;
	display:inline;
	padding:0px;
	margin:0px;
}
ul.sub1 a {
	float:left; /*makes the text sit beside each other not down the page*/
	padding:10px 13px 10px 13px; /*space around and inbetween the buttons, top, right, bottom, left*/
	text-decoration:none; /*no underline*/
	text-transform:uppercase; /*all in capitals*/
	font:14px Georgia, "Times New Roman", Times, serif; /*menu text size and font*/
	letter-spacing:1px; /*space out the letters, remove if you want it normal*/
	background-image:url(images/menu_divider.gif); /*the bar between each button*/
	background-position:right center;
	background-repeat:no-repeat;
	color:#FFFFFF; /*menu color normal*/
}

ul.sub1 a:visited {color:#FFFFFF;
	 } 

ul.sslmenue li.hover a, ul.sslmenue a.active, ul.sslmenue a:hover {
	background-color:#64a6c5; /*color behind the menu text*/
	color:#FFFFFF; /*color of text on mouse over*/
}


/*--drop down menu second-level - this is optional--*/
ul.sub1 * li ul {
	display:none;
}
ul.sslmenue li.hover, ul.sub1 li:hover {
	position:relative;
}


/*ul.sslmenue li.hover ul.sub1, ul.sub1 li:hover ul.sub2, ul.sub1 * li:hover ul.sub3 {
	display:block;
} */


ul.sslmenue li.hover ul.sub1, ul.sub1 li:hover ul.sub2, ul.sub2 * li:hover ul.sub2, ul.sub2 li:hover ul.sub3, ul.sub3 {
	display:block;
} 



ul.sub1 ul.sub2 {
	position:absolute;
	top:35px; /*how far away from the top menu */
	left:0;
	margin:0;
	padding:5px;
	width:180px;
	display:none;
	background-color:#2180ac; /*color of the dropdown */
}
ul.sub1 ul.sub2 li {
	width:180px;
	margin:0;
}
ul.sub1 * ul a {
	display:block;
	float:none;
	width:160px;
	border:none;
	padding:0 10px;
	background:none;
	font:12px/24px Arial, Helvetica, sans-serif; /*font size and line height */
	color:#FFFFFF;
	border-bottom:1px solid #64a6c5;
	text-transform:capitalize;
}

ul.sub1 ul.sub3 {
	position:absolute;
	top:0px;
	left:120px;
	background-color:#186a99;
	padding:5px;
}


#content_bg { /*the 2 columns of white*/
	background-image:url(images/content_box_tile.gif);
	background-repeat:repeat-y;
	margin-top:30px;
}
#content_bg .top {
	width:940px;
	height:5px;
}
#content_bg .bottom {
	width:940px;
	height:5px;
}
#left_column {
	float:left;
	width:610px; /*640px minus the padding on left and right*/
	min-height:200px;
}

.breadcrumb {
	margin:0px auto;
	color:#7ba1b3;
	font-size:10px;
	padding-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	clear:both;
}
.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited {
	color:#7ba1b3;
	text-decoration:none;
}
.breadcrumb a:hover {
	text-decoration:underline;
}

#right_column {
	float:right;
	width:280px; /*290px minus the padding on left and right*/
	padding:0px 5px 5px 5px;
}

hr.clear {
	margin-top:10px;
	margin:0px;
	clear:both;
	visibility:hidden;
}
#footer {
	height:70px;
	width:940px;
	margin:0px auto;
	color:#7ba1b3;
	font-size:10px;
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	clear:both;
}
#footer a, #footer a:link, #footer a:visited {
	color:#7ba1b3;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .right {
	width:450px;
	float:right;
	text-align:right;
}
#footer .left {
	width:400px;
	float:left;
}


/*General Content*/

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#2180ac;
	font-weight:normal;
	margin-top:0px;
}
h2 {
	color:#06437a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin-top:0px;
	margin-bottom:3px;
	font-weight:normal;
	letter-spacing:1px;
}
h3 {
	color:#a1c7da;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	letter-spacing:1px;
}


.size11 {
	font-size:11px;
}
.image_border {
	border:1px solid #3b3b3b;
	margin:3px;
	padding:3px;
}

/*side bar*/

.top_title {
	width:264px; /*280px minus the padding*/
	height:27px; /*33px minus padding*/
	margin:0px 0px 5px 0px;
	padding:6px 3px 0px 13px;
	background-image:url(images/column_top_title.jpg);
	background-repeat:no-repeat;
	background-position:top;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
.news_item {
	font-size:12px;
	padding:5px;
	margin-bottom:5px;
}
.news_item p {
	margin:0px;
	padding:0px;
}
.news_title {
	color:#2180ac;
	font-weight:bold;
}
.news_title a, .news_title a:link, .news_title a:visited {
	text-decoration:none;
}
.news_title a:hover {
	text-decoration:underline;
}
.quote_box_container {
	width:252px; /*280px minus padding*/
	height:83px; /*107px minus padding*/
	margin:10px 0px;
	background:url(images/box_blue.jpg) no-repeat top;
	padding:10px 14px 14px 14px;
}
.quote_box_container .title {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#c4de87;
	font-size:18px;
}
.quote_box_container .image {
	float:right;
	width:67px;
	height:64px;
	margin:0px 0px 0px 0px;
}
.quote_box_container .text {
	float:right;
	width:185px;
	font-size:12px;
	padding:5px 0px;
	line-height:normal;
	color:#FFFFFF;
}
.quote_box_container .text p {
	padding:0px;
	margin:0px;
}
.quote_box_container a, .quote_box_container a:visited, .quote_box_container a:link, .quote_box_container a:hover{
	text-decoration: none;
	color:#c4de87;
}


#bottom_column {
	background-color: #ffffff;
	width:910px;
	margin: 10px auto;
	font-size:10px;
	padding:15px;
}

#bottom_column a img {
 border:0px solid #de0131;
 padding:1px;
}

