/* Meyer Reset v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

img {border: none;}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* main CSS data */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	width: 987px;
}

a {
	color: #162983;
}

a:hover, a:active {
	text-decoration: underline;
}

#header, #content, #footer {
	width: auto;
}

/* HEADER ********************************************************************/

#header {
	height: 330px;
	background: url(../img/backgrounds/tommel_header_bg.png) repeat-x;
	padding:0;
	margin:0;
}

#logo {
	background: url(../img/backgrounds/tommel_header_logo_bg.png) no-repeat;
	position: absolute;
	z-index: 10;
	left: 30px;
	top: 0;
	padding:0;
	margin:0;
	width:270px;
	height:320px;
}
#logo a img{
	z-index: 10;
	left: 0px;
	top: 0;
	padding:0;
	margin:0;
}
#logo img{
	z-index: 10;
	left: 0px;
	top: 0;
	padding:0;
	margin:0;
}

#keyvisual {
	position: absolute;
	top: 50px;
	left: 0;
	height: 250px;
	width: 950px;
	padding:0;
	margin:0;
	z-index: 5;
}
#keyvisual img {
	padding:0;
	margin:0;
	left:0;
	top:0;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	z-index: 5;
	width:949px;
	height:248px;
}


#site-navigation  {
	line-height: 20px;
	color: #fff;
	float: right;
	margin: 20px 30px 0 0;
}


#site-navigation li {
	display: inline;
	margin-right: 10px;
}


#site-navigation li a {
	color: #fff;
}

#site-navigation li a:link, #site-navigation li a:visited {
	text-decoration: none;
}

#site-navigation li a:hover, #site-navigation li a:active {
	text-decoration: underline;
}


/*  / HEADER ******************************************************************/

#content {
	background: url(../img/backgrounds/tommel_content_bg.jpg) bottom left no-repeat;
	background-color: #d0d4e6;
	padding-top: 30px;
}

#contentInner {
	background: url(../img/backgrounds/tommel_contentInner_bg.png) top left repeat-y;
}


/*  NAVIGATION **************************************************************/


#navigation {
	height:100%;
	width: 250px;
	float: left;
	margin-left: 30px;
	padding:0;
}

#navigation ul.level1 {
	width: 250px;
}

#navigation li.level1 {
	background: url(../img/backgrounds/tommel_navigation_button.png) 0 0;
	background-repeat: no-repeat; 
}

#navigation .level1 span.navText {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	height:24px;
	display: block;
	padding: 6px 0 6px 27px;
}


#navigation ul.level2 {
	margin: 0;
	padding:0;
	
	margin-bottom: 15px;
}

#navigation li.level2 {
	margin:0;
	padding: 1px 0 2px 0;
}
#navigation .level2 a {
	color: #162983;
	text-decoration: none;
	font-size: 12px;
	display: block;
	margin:0;
	padding: 4px 0 0 15px;
	height:16px;
}
#navigation .level2 a:hover {
	text-decoration: none;
	display: block;
	font-weight:bold;
	background-image: url(../img/backgrounds/tommel_navigation_hover_bg.jpg);
}
#navigation .level2 a img {
	margin-right:5px;
}

#main-navigation-options {
	text-align: right;
} 



/* / NAVIGATION ************************************************************/


/* INHALT ************************************************************/

.bildergalerie{
float:left;
margin-right:10px;
margin-bottom:10px;height:200px;
width:170px;
text-align:center;
}

#main-container {
	float:left;
	margin: 0 0 0 30px;
	padding: 0;
	width:640px;
	color:#162983;
	/*background-color: #00ff00;*/
}

#main {
	background: url(../img/backgrounds/tommel_content_bg.png) ;
	padding: 30px 30px 0 30px;
	margin:0 0 10px 0;
	/*height: 100%;*/
}

#main div.elementHeadline {
	margin: 0 0 10px 0;
	line-height: 20px;
}

#main h2 ,
#main h1 {
	border-bottom: 1px solid #162983;
	padding: 0 0 5px 0;
	font-size: 18px;
	font-weight:normal;
}

#main h3 {
	padding: 0 0 3px 0;
	font-size: 14px;
}

#main h4 {
	font-size: 14px;
	font-weight:normal;
}


#main .elementPictureRight {
	float:right;
	/*width:110px;*/
}
#main .elementPictureRight img{
	float:right;
	/*width:100px;*/
	margin-left:10px;
	margin-bottom:5px;
}

#main .elementPictureLeft {
	float:left;
	/*width:110px;*/
}
#main .elementPictureLeft img{
	float:left;
	/*width:100px;*/
	margin-right:10px;
	margin-bottom:5px;
}


#main .elementText {
	margin-bottom:10px;
	line-height:20px;
}

#main .elementText a {
	font-weight: bold;
	margin:0;
	padding:0;
}
#main .elementText ul {
	list-style: square;
	list-style-position: outside;
	margin:0;
	padding:0 0 0 15px;
}

#main .elementText p{
}

#main .elementText img.border,
#main .elementText table.imgBorder img {
	border: 1px solid #162983;
}

#main .elementText table {
	border: 0;
}

#main .elementText table.galerie td {
	width: 200px;
	height: 145px;
}

#main .portraitContainer {
	margin-left: -20px;
}

#main .portraitBox {
	float:left;
	height:280px;
	width:160px;
	padding: 10px 10px 0px 10px;
	margin-left: 20px;
	margin-bottom: 15px;
	position: relative;
	background: #D0D4E6;
	line-height: 14px;
}

#main .portraitBox img {
	margin-bottom: 10px;
}


.clear img,
.clear {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:0;
	padding:0;
}

.impressumListenText{
  margin-top: 15px;
}

.impressumBlockTop{
  margin-top: 20px;
}

.impressumListTitle{
}
.impressumsecret a{
  text-decoration: none;
}
.impressumBlockRight{
  float:right;
  background-color: #d0d4e6;
  padding: 4px;
  margin-top:20px;	
}
.mailto
{
	font-weight: normal !important;
}


/* RECHTE SPALTE 275 ohne BG*************************************************/

#main div.leftCollumWideWithout{
	width:275px;
	margin:0 0 10px 0;
	float:left;
}
#main div.rightCollumWideWithout{
	width:275px;
	margin:0 0 10px 30px;
	float:right;
}


/* RECHTE SPALTE 275 mit BG*************************************************/

#main div.rightCollumWideWith{
	background-color: #d0d4e6;
	width:235px;
	margin:0 0 10px 30px;
	padding:20px;
	float:right;
}
#main div.rightCollumWideWith div.elementHeadline {
	margin: 0 0 0 0;
}
#main div.rightCollumWideWith div.elementText a{
	font-weight: normal;
}


/* RECHTE SPALTE 200 mit BG*************************************************/

#main div.leftCollumSmallWithout{
	width:350px;
	margin:0 0 10px 0;
	float:left;
}

#main div.rightCollumSmallWith{
	background-color: #d0d4e6;
	width:200px;
	margin:0 0 10px 30px;
	float:right;
}

#main div.rightCollumSmallWith div.elementPicture {
	margin: 0;
	padding:0;
}
#main div.rightCollumSmallWith div.elementPicture img.imgBorder {
	width:200px;
	height:134px;
}
#main div.rightCollumSmallWith div.elementHeadline {
	margin:20px 10px 0 10px;
}
#main div.rightCollumSmallWith div.elementText {
	margin:20px 10px 0 10px;
}
/* INHALTSFOOTER ************************************************************/



/* INHALTSFOOTER ************************************************************/

#main-container #main-nav-options {
	background: url(../img/backgrounds/tommel_content_bg.png) ;
	padding: 0 30px 0 30px;
	text-align:right;
	margin:0;
	height:30px;
	
}
#main-container #main-nav-options a {
	text-decoration:none;
	margin:0;
	padding:0;
}
#main-container #main-nav-options a img{
	margin:0 5px 0 15px;
	padding:0;
	vertical-align: middle;
}
#main-container #main-nav-options a span{
	margin:0;
	padding:0;
	height:20px;
	font-size:11px;
	text-decoration: underline;
}


/* / INHALT ************************************************************/


/* FORMULAR *******************************************************************/

#wFormular {padding:10px;}
#wFormular .wLayout {padding-top:10px;padding-bottom:15px;font-weight:bold;}
#wFormular .field {}
#wFormular .field .label {width:100px;float:left;}
#wFormular .field .object {margin-left: 110px;margin-bottom:10px;}
#wFormular .field .object .kontakt {border: 1px solid #162983;width:250px;} 
#wFormular .layout {margin-left: 110px}
#wFormular .layout button {width:100px;color:#162983; border: 1px solid #162983;background:#fff;}
#wFormular .field .object .plz {width:50px;float:left;margin-right:4px;}
#wFormular .field .object .stadt {width:194px;float:left;margin-right:4px;}

/* FORMULAR *******************************************************************/

/* Postleitzahl&Stadt**********************************************************/



/* FOOTER *******************************************************************/


#footer {
	background: url(../img/backgrounds/tommel_footer_bg.png) no-repeat;
	height:126px;
	color: #fff;
	text-align: right;
	margin-top: -16px;
}

#footer p {
	line-height: 20px;
	padding: 50px 30px 0 0;
}

#footer p a{

color: #fff;
}



/* / FOOTER ****************************************************************/

/* after you: clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

