/*#############################################################
CSS Elemente
Datum: 2007-06-01
Description: Website Ullrich &amp; Puhane
Author: itcreate. kommunikationsmedien - Jerome Traud
Website: http://www.ullrichpuhane.de
#############################################################*/

/* Standard Elemente */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

img {
  border: 0 none;
}

body {
	background: #fff;
	color: #333;
	font: normal 62.5% Tahoma,sans-serif;
}

p {padding-bottom: 1.2em; line-height:1.4em;}

code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(../../img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color: #333; margin-bottom: 4px;}

/* Logos */

/* misc */
.clearer {clear: both; font-size: 0;}

.left {
	float: left;
}
.right {
	float: right;
}

/* structure */
.outer-container {
	padding-bottom: 25px;
}

.inner-container {
	background: #fff;
	font-size: 1.2em;
	width: 980px;
	border-right: 1px solid #006eb6;
	border-top: 5px solid #006eb6;
}

/* Kopf der Seite */
.header {
	background: #fff;
}
.logo {
  margin-top: 5px;
  margin-left: 20px;
}

/* Topnavigation */
.path {
	background: #fff;
	color: #4d4d4d;
	font: normal 0.9em Tahoma,sans-serif;
	padding: 5px 0px 5px 0px;
	height: 55px;
}

.path .left {
	float: left;
	height:45px;
}
.path .right {
	float: right;
	padding:18px 30px 0px 0px;
}


.path a {
	color: #4d4d4d;
	text-decoration: none;
}
.path a:hover {
	color: #006eb6;
}

/* Teaser */
.teaser {
	background: #ccc;
	color: #333;
	height: 55px;
}

/* Navigation Reiter */
#topnav {
float:left bottom;
background: #ccc url(../img/bg_nav.gif) repeat-x;
border-top:1px solid #012779;
border-bottom:1px solid #435f9c;
width: 980px; 
height: 28px; 
color: #11449E;
font: normal 0.9em Tahoma,sans-serif;
line-height: 1.0em; 
margin-left:1px; 
}
#topnav ul {
margin-left:15px;
padding:0;
zoom:100%;
list-style:none;
}

#topnav li {
float:left; 
margin:0;
padding:0;
}

#topnav a{
float:left;
background-image:url(../img/left_link.gif); 
background-repeat:no-repeat;
background-position:left top; 
margin:0;
padding:0 0 0 8px;
text-decoration:none;}

#topnav a span{
display:block;
background-image:url(../img/right_link.gif); 
background-repeat:no-repeat;
background-position:right top; 
padding:7px 12px 4px 4px;
font-weight:normal; 
color:#11449E;
}

#topnav #current a{
background-repeat:no-repeat;
background-image:url(../img/left_link_active.gif);
background-position:0 -150px; 
border-width:0;
border-bottom:1px solid #dfebfc;
}

#topnav #current a span{
background-repeat:no-repeat;
background-image:url(../img/right_link_active.gif); 
background-position:100% -150px; 
padding:7px 12px 6px 4px; 
color:#11449E;
}

#topnav a span{float:none;}
#topnav a:hover{background-position:0 -150px;}
#topnav a:hover span{background-position:100% -150px;}

/* Content Halter */
.main {
	background-color:#fff;
}

/* Rechte Boxenelemete */
.rightcontent {
	float: right;
	width: 170px;
	font: normal 0.9em Tahoma,sans-serif;
	margin-top:30px;
}
.rightcontent .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.rightcontent li {
	list-style: url(../../img/li.gif);
	margin-left: 18px;
}
.rightcontent p {font-family: "Lucida Sans Unicode",sans-serif;}

/* Seitliche Navigation */
.navigation {
	float: left;
	width: 185px;
	font: normal 0.9em Tahoma,sans-serif;
	padding-left: 15px;
	margin-top:20px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {
	border-bottom: 1px solid #EAEADA;
	
}
.navigation h1 {
	background: #006eb6;
	color: #fff;
	padding-left: 8px;
	padding-bottom: 6px;
	font: bold 1.0em Tahoma,sans-serif;
}

.navigation li a {
	font-size: 0.9em Tahoma,sans-serif;
	background: url(../img/img_nav_bg.gif) no-repeat;
	color: #4d4d4d;
	display: block;
	padding: 8px 0 7px 7%;
	text-decoration: none;
	width: 93%;
}
.navigation li a:hover {
	background: url(../img/img_nav_bg_hover.gif) no-repeat;
	color: #006eb6;	
}

/* Seitliche Boxen links */
.navigation .boxpoint {
	width: 100%;
	font: normal 1.0em Tahoma,sans-serif;
	margin-top:15px;
	margin-bottom:15px;
	border: 1px solid #006eb6;
}
.navigation .boxpoint h1 {
	background: #006eb6;
	color: #fff;
	padding-left: 8px;
	padding-bottom: 6px;
	font: bold 1.0em Tahoma,sans-serif;
}
.navigation .boxpoint p {
	color: #333;
	font: normal 1.0em Tahoma,sans-serif;
	line-height:1.4em;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 8px;
}
.navigation .vita {
	width: 100%;
	height:250px;
	font: normal 1.0em Tahoma,sans-serif;
	margin-top:15px;
	margin-bottom:15px;
	border: 1px solid #006eb6;
}
.navigation .vita h1 {
	background: #006eb6;
	color: #fff;
	padding-left: 8px;
	padding-bottom: 6px;
	font: bold 1.0em Tahoma,sans-serif;
}
.navigation .vita p {
	color: #333;
	font: normal 1.0em Tahoma,sans-serif;
	line-height:1.4em;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 8px;
}

/* Seitliche Boxen rechts */
.rightcontent .boxpoint {
	width: 100%;
	font: normal 1.1em Tahoma,sans-serif;
	margin-bottom:15px;
	border-left: 1px solid #d7dde9;
	border-right: 1px solid #d7dde9;
	border-bottom: 1px solid #2a5b8d;
}
.rightcontent .boxpoint h1 {
	background: url(../img/img_top_head_box.gif) no-repeat;
	color: #cc3300;
	padding-left: 8px;
	padding-bottom: 6px;
	font: bold 1.1em Tahoma,sans-serif;
}
.rightcontent .boxpoint p {
	color: #333;
	font: normal 1.0em Tahoma,sans-serif;
	line-height:1.4em;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 8px;
}

/* Content Startseite */
.content p strong {
	color: #006eb6;
	font: bold 1.1em Tahoma,sans-serif;
}

.content_start {
	float: left;
	width: 980px;
}

.content_start .ae {
	float: left;
	width: 480px;
	height: 320px;
	text-align:center;

}
.content_start .fdl {
	float: left;
	width: 500px;
	height: 320px;
	text-align:center;
}
.content_start .fdl .fdlpic {
	margin-top:100px;
}
.content_start .ae .aepic {
	margin-top:100px;
}

.content_start .pic {
	float: left;
	width: 480px;
	height: 320px;
	

}
.content_start .text {
	float: left;
	width: 500px;
	height: 320px;
}

.content_start .text h1 {
	color: #006eb6;
	padding-left: 8px;
	padding-top:50px;
	font: bold 0.9em Tahoma,sans-serif;
}
.content_start .text h2 {
	color: #006eb6;
	padding-left: 8px;
	padding-bottom: 6px;
	font: bold 1.4em Tahoma,sans-serif;
}
.content_start .text p {
	color: #333;
	font: normal 1.0em Tahoma,sans-serif;
	line-height:1.4em;
	padding-top: 6px;
	padding-left: 8px;
	padding-right: 15px;
}
.content_bottom {
	background: url(../img/img_bg_bottom.jpg) repeat-x;
	float: left;
	width: 980px;
	height:300px;
	/*border-right: 1px solid #006eb6;*/
}
.content_bottom .left {
	float: left;
	width: 480px;
}

.content_bottom .left h1 {
	color: #333;
	padding-left: 20px;
	padding-top: 20px;
	font: bold 1.1em Tahoma,sans-serif;
}

.content_bottom .left p {
	color: #333;
	font: normal 1.0em Tahoma,sans-serif;
	line-height:1.4em;
	padding-top: 4px;
	padding-left: 20px;
	padding-right: 30px;
}

.content_bottom .inhaltbox {
	float: left;
	width: 480px;
	margin-top: 15px;
	background-color:#fff;
	color: #333;
	font: bold 1.1em Tahoma,sans-serif;
	border: 1px solid #006eb6;
}

.content_bottom .inhaltbox p {
	color: #333;
	font: normal 1.0em Tahoma,sans-serif;
	line-height:1.4em;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
}
.content_bottom .picleft {
	float:left;
	margin: 8px 8px 8px 8px;
}

/* Content Mittlerer Bereich */
.content {
	float: left;
	width: 730px;
	padding-left:25px;
	margin-top:35px;
}

/* Content Toptext Startseite */
.content .toptxt {
	width: 100%;
	margin:0;
	padding-bottom:7px;
	margin-bottom:20px;
}

.content .kontaktbox {
	width: 100%;
	margin:0;
	padding-bottom:7px;
	margin-bottom:10px;
	height:100px;
}

.content .toptxt h1 {
	color: #006eb6;
	padding-left: 8px;
	font: bold 0.9em Tahoma,sans-serif;
}
.content .toptxt h2 {
	color: #006eb6;
	padding-left: 8px;
	padding-bottom: 6px;
	font: bold 1.4em Tahoma,sans-serif;
}

.content .toptxt h3 {
	color: #006eb6;
	padding-left: 8px;
	padding-bottom: 6px;
	font: bold 1.2em Tahoma,sans-serif;
}
.content .toptxt p {
	color: #333;
	font: normal 1.0em Tahoma,sans-serif;
	line-height:1.4em;
	padding-top: 6px;
	padding-left: 8px;
	padding-right: 5px;
}

.content .picright {
	float:right;
	margin-left: 12px;
	margin-bottom: 6px;
}




/* Content restliche Inhaltsboxen */
.content .inhaltgrau {
	margin:0;
	padding:10px 0px 10px 0px;
	margin-bottom:10px;
}
.content .inhaltbox {
	background-color:#fff;
	color: #333;
	font: bold 1.1em Tahoma,sans-serif;
	border: 1px solid #006eb6;
	margin-bottom:10px;

}
.content .inhaltbox p {
	color: #333;
	font: normal 1.0em Tahoma,sans-serif;
	line-height:1.4em;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
}
.content li {
	list-style: url(../img/li.gif);
	margin-left: 18px;
	margin-top: 2px;
	line-height:1.5em;
}
.content ul {
	padding-left: 8px;
}


.content .inhaltbox ul {
	padding: 0;
	margin-left: 15px;
}
.content .inhaltbox li {
	list-style: url(../img/li.gif);
	font: normal 1.0em Tahoma,sans-serif;
	margin-left: 15px;
	color:#333;
	line-height: 1.5em;
}

.content .picleft {
	float:left;
	margin: 8px 8px 5px 8px;
}

/* Formulare */
fieldset {
	border: 1px none #fff;
	padding: 0px 0px 12px 0px; 
	width: auto; 
	margin-top: 1.0em;
}
legend   {
	font-size: 1.0em; 
	color: #333; 
	font-weight: bold;
	margin-bottom:3px;
	padding-left:5px; 
}
.form    {
	font-family: Tahoma,sans-serif; 
	font-size: 1.0em; 
	border: 1px solid #666; 
	background-color: #f3f5f9;
	padding:1px; 
	padding-left:3px; 
	color:#333;
}
.submit  {
	margin:3px;
}
.button  {
	font-family: Tahoma,sans-serif;
	font-size: 1.0em;
	color: #000;
}
.buttons  {
	font-family: Tahoma,sans-serif;
	font-size: 1.0em;
	color: #9f3538;
}
.duty { 
	font-family: Tahoma,sans-serif;
	font-size: 1.0em;
	color: #006eb6;
}
.noduty { 
	font-family: Tahoma,sans-serif;
	font-size: 1.0em;
	color: #333;
}
.error		 {font-family: Tahoma,sans-serif; font-size: 1.0em; color: #9f3538;}

/* Footer */
.footer {
	background: url(../img/img_footer_bg.gif) repeat-x;
	border-top: 1px solid #006eb6;
	
	border-bottom: 1px solid #006eb6;
	width: 973px;
	color: #333;
	font: normal 0.9em Tahoma,sans-serif;
	padding: 9px 0px 9px 7px;

}
.footer a {
	font: normal 1.0em Tahoma,sans-serif;
	color: #333;
	text-decoration: none;
	margin-left:5px;
	margin-right:5px;
}
.footer a:hover {
	color: #006eb6;
}

/* Linienformatierungen */
hr {
  height: 1px;
  margin: 5px 0 5px 0;
  border: 0;
  background: #d4d4d4;
  color: #d4d4d4;
}

/* Adminbereich */

td						{font-family: Arial, Helvetica, sans-serif;font-size: 12px; color: #666666; }
td.list					{border-bottom: 1px solid #ccc; vertical-align:middle; height: 45px; }

.dropdown    {
	font-family: Arial, Helvetica, sans-serif; 
	border: 1px solid #ccc; 
	background-color: #f3f5f9;
	padding:1px 2px 1px 2px;
	margin: 0 0 0 3px; 
	color:#333;
	width:25em;
	line-height:1.4em;
} 