/* CSS STYLESHEET BASE FILE FOR DESIGNPRAXIS.DE 
	written by Martin Adesltein
	anno domini 2006
	and Yes, I have read a lot "Alistapart.com" */
	
/*	 BASE LAYOUT SELECTORS */

html{
   	text-align:center;
	}

body{
   background: #999 url(../i/back.gif);
   text-align:center;
   /*background:#333;*/
	}
/* BASIC TAG STYLINGS */
h1{
	font: 18pt Helvetica, Arial, sans-serif;
	margin:0px;
	color:#eb5300;
	margin-bottom:0px;
	padding-left:75px;
	padding-bottom:0px;
	}
	
h2{
	font: 24pt Helvetica, Arial, sans-serif;
	font-weight:bold;
	margin:0px;
	color:#802d00;
	margin-bottom:2px;
	padding-left:75px;
	padding-top:0px;
	}
	
h3{
	font: 10pt Helvetica, Arial, sans-serif;
	font-weight:bold;
	margin:0px;
	margin-bottom:2px;
	color:#999;
	padding-left:75px;
	}
	
h4{
	font: 9pt Helvetica, Arial, sans-serif;
	font-weight:bold;
	margin:0px;
	margin-bottom:2px;
	color:#444;
	padding-left:75px;
	}
	
p{
	font:9pt helvetica, Arial, sans-serif;
	color:#555;
	margin:0px;
	margin-bottom:15px;
	line-height:180%;
	}

p strong{
	font-weight:bold; 
	color:#444;
	line-height:150%;
	}

p.flow{
	}

a {
	color: #eb5300;
	text-decoration:underlined;
	}
	
a:hover{
	color:#000000; 
	text-decoration:none;
	}

dl {
	font:8pt Helvetica, Arial,sans-serif;
	color:#555;
	margin:0px;
	margin-bottom:15px;
	line-height:160%;
	}
	
dt  {
	font-weight:bold;
	}
	
dd {
	font:8pt Helvetica, Arial,sans-serif;
	color:#777;
	line-height:160%;
	padding:0px;
	margin:0px 0px 0px 5px;
	}

img {
	border:none;margin:0px;padding:0px;
}

#wrapper{
   margin: 0px auto 0px;
   text-align:left;
   width:810px;
	}

/* MAININTERFACE ELEMENT STYLING */

#menue {
	display:block;
	width:810px;
	height:112px;
	background: url(../i/dp_haupmenue_03.gif) no-repeat;
	padding:0px;
	border:0px;
	margin:0px;
	position:relative;
	top:0px;
	left:0px;
	}	

#menue ul{
	list-style-type: none;
	padding:0px;
	margin:0px;
   	position:absolute;
   	top: 16px;
   	left:20px;
	}

#menue ul li a.mainlink1{
	height:18px;
	text-decoration:none;	
	display:block;
	background: url(../i/menu_01.gif) no-repeat;
	background-color:#000;
	width:105px;
	text-indent:-3000px; 
	padding:0px;
	margin:0px;
	}

#menue ul li a.mainlink2{
	height:18px;
	text-decoration:none;
	display:block;
	background: url(../i/menu_02.gif) no-repeat;
	background-color:#000;
	width:95px;
	text-indent:-3000px;
	}

#menue ul li a.mainlink3{
	height:18px;
	text-decoration:none;
	display:block;
	background: url(../i/menu_03.gif) no-repeat;
	background-color:#000;
	width:120px;
	text-indent:-3000px;
	}
	
#menue ul li a.mainlink1:hover{
	width: 132px;
   }
   
#menue ul li a.mainlink2:hover{
	width: 132px;
   }
   
#menue ul li a.mainlink3:hover{
	width: 132px;
   }

#funcmenue {
	position:absolute;
	top:0px;
	left:620px;
	width:200px;
	}

#funcmenue li.functionsmenue {
	font: 8pt "LucidaGrande", Verdana;
	padding: 5px;
	text-transform:uppercase;
	float:left;
	}
	
li.functionsmenue a {
	color:#000000;
	text-decoration:none;
	float:left
	}
	
li.functionsmenue a:hover {
	color:#dddddd;
	text-decoration:none;
	float:left;
	} 

.menusubheader{
	position:absolute;
	top:73px; 
	left:21px;
	}

/*BREADCRUMB */

#breadcrumb{
	position:relative;
	top:0px;
	padding:5px 0px 15px 0px;
	margin:0px;
	border:none;
	font:7pt "LucidaGrande", Verdana;
	font-weight: bold;
	}
	
#breadcrumb ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
	}
	
#breadcrumb ul li {
	float:left; 
	padding: 0 0 0 5px;
	}

/* MAIN CONTENTELEMENT STYLING */ 

.contentframing{
	width:810px;
	height:12px;
	display: block;
	padding: 0px;
	margin:none;
	border:none;
	clear:both;
	}

#contentcenter{
   background: #fff;width:810px;
   clear: both;height:100%;
   font-family: 'Lucida Grande',Verdana,sans-serif;
   padding: 33px 0px 0px 0px;
}

#contentcenter ul{
	padding:0px;
	margin:0px;
	font-size:0.75em; 
	font-family: 'LucidaGrande',Verdana, sans;
	list-style-type:none;
	color:#666;
	}
	
#contentblocks{
	position:relative; background: #fff;
	top:00px;
	left: 0px;
	width:800px;
	padding:40px 0px 0px 0px;
	}
	
#leftsinglecontent {
	background-color:#fff;
	padding-top:15px;
	width:500px; 
	padding-left:75px;
	}
	
#leftsinglecontent a{
	text-decoration:none; 
	font-weight:bold; 
	font-size:8pt; 
	line-height:180%;
	}
	
#leftsinglecontent a:hover{
	color:#52a2ff;
	}
	
#leftcontentblock {
	padding-top:0px;
	width:300px; 
	float:left; overflow:visible;
	padding-left:75px;
	}
	
.rightcontentblock{
	width:240px;
	float:right;
	margin-right:0px;
	padding:0px 0px 0px 0px;
}

.col1{
	width:45%; 
	float:left;
	}
	
.col2{
	width:45%; 
	float:right;
	}

tr.fliesstext{
    font: 0.7em 'Lucida Grande', Verdana, sans-serif;
    font-weight:bold;
}

/* SIDEBAR STYLING */
.sidebar{
	background-color:#eee;
	width: 205px;overflow:hidden;
	padding:0px 5px 15px 30px;
	margin:0px 30px 30px 0px;
	position:relative;
	top:0px;
	left:-20px;
	background-image:url(../i/sidebarbottom.gif);
	background-repeat: no-repeat;
	background-position:bottom left;
}

.sidebar h4{
	background-image:url(../i/sidebartop.gif);
	color:#fff;
	position:relative;
	height:100%;
	left:-45px;
	background-repeat: no-repeat;
	background-position:top;
	padding:5px 0px 5px 40px;
	width:230px;
	margin:0px 0px 15px 0px;
}

.sidebar h4 a{
	color:#fff;
	font-size: 14pt;
	font-weight:normal;
}

.sidebar h4 a:hover{
	color:#333;
}

.sidebar ul li { 	width: 205px;
	padding:3px 0px 3px 0px;
}
.sidebar h4 a.current{
	color:#333;
}	
.sidebar a{
	text-decoration:none; 
	font-weight:bold; 
	font-size:8pt; 
	line-height:180%;
	}

.sidebar a.current{
	color:#52A2FF;
	}

.sidebar a:hover{
	color:#52a2ff;
	}

.sidebartop{
	background-image:url(../i/sidebartop-text.gif);
	position:relative;
	width:220px;
	height:100%;
	left:-30px;
	top:0px;
	padding:10px;
	background-repeat: no-repeat;
	background-position:top;
	margin:0px 0px 15px 0px;
}

/* BASIC CLASS STYLING */

.imgboxl {
	float:left;
	border:1px solid; 
	border-color:#bbbbbb; 
	padding:0px;
	}
	
.imgboxl img {
	float:left;
	border:1px solid; 
	border-color:#999;
	}
	
.head3opener {
	color:#555 !important;
	}
	
.cap {
	float: left;
	margin-right:5px;
	font-size: 64px;
	line-height: 48px;
	font-weight: normal;
	color:#ddd;
	font-family: georgia, times, serif;
	}
	
#contentcenter blockquote{
	font:10pt georgia,times ,serif;
	font-style:italic;
	color:#999;
	margin:0px;
	margin-bottom:5px;
	line-height:160%;
	padding:10px 30px 10px 30px;
	}
	
#contentcenter blockquote strong{
	display:block;
	padding:10px
	}
	
.quoteoriginator{
	text-align:right;
	display:block;
	font:8pt helvetica, Arial, sans-serif;
	color:#333;
	margin:0px;
	margin-bottom:5px;
	line-height:180%;
	font-weight:bold;
	}

.inblock{padding:0px;}