/*
Theme Name: 5medQM Theme
Theme URI: http://www.5medqm.de
Description: Theme for 5medQM Website.
Version: 0.1
Author: Andrea Jeitner
Author URI: http://www.itsystempartner.de/

	5medQM v0.1
	This theme was designed and built by IT Systempartner.

*/



body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#FFF;
	background: url(images/puzzle.jpg) transparent no-repeat left 295px;
}

#page {
	width: 620px;
	margin: 0px auto 0px auto;
	position: relative;
}

#header {
	background: url(images/header.gif) transparent no-repeat center top;
	height: 85px;
	margin-bottom: 72px;
}

#contentIntro {
	background: url(images/contentIntro.jpg) transparent no-repeat center top;
	padding: 205px 0px 0px 430px;
	height: 172px;
	
}

#mainnav {
}
#mainnav ul {
	margin: 0px;
	padding: 0px;
}
#mainnav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainnav li a {
	display: inline-block;
	font-size: 13px;
	text-decoration: none;
	height: 19px;
	background: url(images/icon.gif) transparent no-repeat left top;
	padding: 1px 0px 6px 24px;
	color: #22509a;
}
#mainnav li a:hover {
	text-decoration: underline;
}
#mainnav li.current_page_item a {
	background: url(images/icon_grey.gif) transparent no-repeat left top;
	color: #666;
}

#content p {
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#content a {
	color: #22509a;
	text-decoration: none;
}
#content a:hover {
	color: #22509a;
	text-decoration: underline;
}
#content ul{
	font-size: 12px;
	line-height: 20px;
}
#content strong {
	color: #22509a;
}
#content h1 {
	font-size: 15px;
	color: #22509a;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
#content h2 {
	font-size: 15px;
	color: #22509a;
	margin: 0px 0px 40px;
	padding: 0px;
}
#content h3 {
	font-size: 12px;
}

#content td {
	font-size: 12px;
	line-height: 20px;
	vertical-align: top;
}
#content td.imagecol {
	padding-right: 20px;
}
#content .experten {
	border-bottom: 1px dotted #22509a;
	margin-bottom: 45px;
}
#content .experten td {
	height: 180px;
}
#content .experten ul {
	padding-left: 20px;
}

.post-edit-link {
	color: #666;
	font-size: 11px;
	text-decoration: none;
}

.alignright {
	float: right;
	margin-left: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}

#sidebar {
	position: absolute;
	left: -220px;
	top: 152px;
	width: 200px;
}

#footer {
	height: 20px;
	padding: 10px 0px 0px 0px;
	clear: both;
}

#footer p {
	float: left;
	border-left: 1px solid #22509a;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 5px;
	font-size: 11px;
	color: #666;
}

#footer a {
	text-decoration: none;
	color: #666;
}
#footer a:hover {
	color: #22509a;
}

/*------------------------------------------------------------------------------Kontaktformular----------------------------------------------*/
.wpcf7-form span.firstcol {
display:inline-block;
vertical-align:top;
width:140px;
}

.wpcf7-form span.secondcol .wpcf7-form-control-wrap input, .wpcf7-form span.secondcol .wpcf7-form-control-wrap textarea {
width:330px;
padding: 2px;
border: 1px solid #999;
background-color: white;
}

input.submit{
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background:#22509a none repeat scroll 0 0;
color:#FFFFFF;
padding:3px 7px;
border: none;
}

/*------------------------------------------------------------------------------Global----------------------------------------------*/

a img {
	border: 0px none;
}
