/*
Theme Name: Ingo Thiel
Theme URI: http://www.it-pr.de/
Description: Internetauftritt
Version: 1.0
Author: Fabian Niemann

http://www.newmediamen.de
Stand: 02. November 2009

*/

/* Allgemein
----------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background:url(../_img/background.jpg) #051460 left top repeat-x fixed;
    height:100%;
}

html {
   height:100%;
}

a:link {color:#051460;}
a:visited {color:#051460;}
a:hover {color:#2e4681}
a:active {color:#2e4681;}


/* Typo
----------------------------------------------------------------------------*/
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
	line-height: 1.5em;
}

p {
	margin-bottom:25px;
}

h1 {
	color:#051460;
	font-size:24px;
	font-weight:normal;
	margin-bottom:15px;
}

h2 {
	color:#ffffff;
	font-weight:normal;
	font-size:24px;
}

h3 {
	color:#051460;
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
}

h4 {
	color:#051460;
	font-size:10px;
	font-weight:normal;
	margin-top:5px;
}

h2 a:link, h2 a:visited {	
	color:#ffffff;
	font-size:24px;
	text-decoration:none;
}

h2 a:hover, h2 a:active {	
	color:#a8adc8;
	font-size:24px;
	text-decoration:none;
}

pre {	
	color:#ffffff;
}

pre a:link, pre a:visited {	
	color:#ffffff;
}

pre a:hover, pre a:active {	
	color:#a8adc8;
}


/* Klassen
----------------------------------------------------------------------------*/
.index {
	margin:140px 90px 0px 160px;
}

.bucher {
	margin:60px 0px 0px 68px;
}

.bucherBox1 {
	width:180px;
	height:200px;
	margin-right:15px;
	margin-bottom:15px;
	float:left;
	position:relative;
}


.bucherBox2 {
	width:460px;
	height:200px;
	margin-bottom:15px;
	float:left;
	position:relative;
}

.referenzen {
	margin:60px 0px 0px 68px;
}

.referenzenBox {
	width:210px;
	height:150px;
	border:solid 1px #051460;
	margin-right:15px;
	margin-bottom:15px;
	text-align:center;
	float:left;
	position:relative;
}

.impressum {
	margin:60px 90px 0px 160px;
}


.boxTop {	
	margin:15px;
}

.boxBottom {	
	margin:10px;
}

.boxTopImpressum {	
	float:right;
	margin-top:10px;
}



/* Container
----------------------------------------------------------------------------*/
#container {
	height: 100%;
	width: 100%;
	position:relative;
	float:left;
}

*html #container {
	height: 100%;
}


/* Header
----------------------------------------------------------------------------*/
#header {
	height:120px;
	width: 100%;
	background-color:#ffffff;
}

#headerInhalt {
	width:1024px;
	left:50%;
	margin-left:-512px;
	position:relative;
	float:left;
	padding-top:10px;
	padding-left:25px;
}


/* Navigation
----------------------------------------------------------------------------*/
#navigation {
	height:50px;
	width:100%;
	background: url(../_img/back_navigation.jpg) #051460 repeat-x;
}


#navigationInhalt {
	width:1024px;
	left:50%;
	margin-left:-512px;
	position:relative;
	float:left;
}

#navigationItem {
	height:39px;
	width:159px;
	padding-top:2px;
	border-left:#FFF solid 1px;
	text-align:center;
	float:left;
	position:relative;
}

#navigationEnd {
	height:39px;
	padding-top:2px;
	border-left:#FFF solid 1px;
	float:left;
	position:relative;
}

/* Inhalt
----------------------------------------------------------------------------*/
#inhalt {
	width: 100%;
	background-color:#051460;
}

#inhaltInhalt {
	width:1024px;
	left:50%;
	margin-left:-512px;
	margin-top:5px;
	position:relative;
	float:left;
}

#inhaltBoxLinks {
	width:800px;
	min-height:640px;
	background:  url(../_img/back_inhalt.jpg) #ffffff bottom repeat-x;
	float:left;
}

#inhaltBoxRechts {
	width:210px;
	float:right;
}

#inhaltBoxRechtsTop {
	width:210px;
	height:200px;
	border:#FFF solid 1px;
	background:#374481 url(../_img/back_inhalt_top.jpg) repeat-x bottom;
}

#inhaltBoxRechtsBottom {
	width:210px;
	height:421px;
	margin-top:15px;
	border:#FFF solid 1px;
}

#inhaltBoxRechtsBottomTitle {
	width:210px;
	height:40px;
	text-align:center;
	background:#374481 url(../_img/back_inhalt_top.jpg) repeat-x bottom;
}

#inhaltBoxRechtsBottomInhalt {
	width:210px;
	height:126px;
	border-top:#FFF solid 1px;
	background:#374481 url(../_img/back_inhalt_news.jpg) repeat-x bottom;
}

#inhaltBoxRechtsBottomInhalt a:hover, #inhaltBoxRechtsBottomInhalt a:active {
	color:#ffffff;
}

/* Footer
----------------------------------------------------------------------------*/
