@charset "UTF-8";
/*
Theme Name: Ambulanzzentrum Schweinfurt
Theme URI: 
Description: Ambulanzzentrum Schweinfurt
Version: 1.0
Author: 
Author URI: 
Tags: fixed width, right sidebar, two columns, valid XHTML, widgets
*/
@charset "UTF-8";
/* CSS Document */

html,body{
	margin:0;
	padding:0;	
}
h1{
	margin-top:5px;
	font-size:14px;
		
}
h2{
	margin-top:5px;
	font-size:14px;
	color:#005da2;	
}
h3{
	margin-top:5px;
	font-size:14px;
	color:#005da2;	
}
body{
	/*background-image:url(image/body_bg.jpg);
	background-repeat:repeat-x;*/
	
	font-family:Arial, Helvetica, sans-serif;	
	color:#333;
	font-size:14px;
}
a:link{
	color:#333;	
	text-decoration:none;
}
a:visited{
	text-decoration:none;	
}
a:hover{
	text-decoration:underline;
	}

a img { 
	border: 0px; 
	margin-right: 10px;
	margin-left: 5px;
}

.alignright{
	float:right;
}
.alignleft{
	float:left;
}

.mainWrapper{
	position:relative;
	width:1040px;
	min-height:788px;
	
	margin:0 auto;
	padding:0px 30px 0px 30px;
	
	/*background-image:url(image/head.jpg);*/
	background-repeat:no-repeat;
}
.menuWrapper{
	position:absolute;
	left:30px;
	top:270px;
	width:200px;
}
.menuWrapper ul{
	margin:0;
	padding:0;
	width:200px;	
}
.menuWrapper li{
	list-style:none;
	width:195px;

	padding:5px 0px 5px 5px;
	margin:0px 0px 10px 0px;
	text-align:left;
	background-image:url(image/menu_bg.png);
	background-repeat:repeat-x;
}
.menuWrapper li.active{
	font-weight:bold;	
}
.menuWrapper li a:hover{
	text-decoration:none !important;
	font-weight:bold;	
}
.menu-item{
	font-weight:normal;	
}
.current-menu-parent .sub-menu{
	display:block;	
}
.current-menu-item{
	font-weight:bold;
}
.current-menu-item .sub-menu{
	display:block;
}
.sub-menu{
	display:none;
	margin:10px 0px 0px 0px !important;
	padding:0 !important;
	width:195px !important;	
}
.sub-menu li{
	list-style:none;
	font-size:12px;
	background-color:transparent;
	margin:2px 0px 2px 15px;
	padding:0px;
	width:175px;
	background:none !important;
}
.contentWrapper{
	position:absolute;
	left:230px;
	top:270px;
	width:480px;
	
	margin:0px 30px 10px 30px;
}
.sidebarWrapper{
	position:absolute;
	left:770px;
	top:270px;
	
	width:300px;
	min-height:400px;
		
	background-image:url(image/sidebar_bg.png);
	background-repeat:repeat;
}
.widget{
	padding:15px 30px 30px 30px;
	list-style:none;	
}
.post{
	margin-bottom:30px;	
}

 