/*  
Theme Name: Chirurgie Canstatt
Theme URI: 
Description: Layout f&uuml;r Chirurgie Canstatt
Version: 1.0
Author: Stefan Mertens
Author URI: 

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}


body {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px; 
	font-family: Arial, Verdana, Sans-Serif;
	background: #fff;	
	color: #000;
	text-align: center;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 904px;
	text-align: left;

	}

#header {
	border:1px solid #000;
	margin: 0px;
	padding: 0;
	height: 260px;
	width: 904px;
	background:url(http://www.chirurgie-cannstatt.de/wp-content/themes/chirurgie-cannstatt/images/header_image.jpg) no-repeat; 
	}
#navigation {
	width: 904px;
	border: 1px solid #000;
	border-bottom:none;
	height:30px;
	margin-top:10px;
	background:#140D8E;
}

#navigation li {
	float:left;
	margin:0px 0px 0px 20px;
	padding:0px;
}

#navigation li a {
	color:#fff;
	font-weight:bold;
	font-size:12px;
}

#navigation li.current_page_item a {
	color:#A0B4F8;
}

#navigation ul {
	padding:0px;
	margin-top:8px;
	list-style-type:none;
	margin-left:70px;
}

#content {
	border: 1px solid #000;
	width:864px;
	margin-top:0px;
	padding:20px;
	background:#F4F3FF;

}

h2 {
	margin:0px;
	font-weight:normal;
	font-size:20px;
}

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.center {
	text-align: center;
	}

a img {
	border: none;
	}
	
hr {
	margin:30px 0px;
	border:1px solid #F4F3FF;
	clear:both;
}

