/*------------------------1-------------------------------------*/
/* Begin Typography & Colors */

body {
/*skaliert alle schriften in prozent*/ 	
        font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333333;
	text-align: center;
	}
	


#page {

/*hier kann der Content und 
der Sidebar Text ausgerichtet werden*/
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}


/*...Lauftext....
regelt die groesse und die Abstaende des 
Lauftext im Content*/
#content {
	font-size: 1.1em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}
	
.narrowcolumn .excerpt {
	line-height: 2em;
	}
	
.narrowcolumn .excerpt p {
	line-height: 2em;
	margin: 8px 0 5px 0;
	}
	
.narrowcolumn .excerpt a {
	color: #666666;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 2em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
		text-align: left;
	padding: 10px 0;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

/*Ueberschrift content Groesse*/
h2 {
        font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h2.pagetitle {

	font-size: 1.6em;
	}


/*Ueberschriftgroesse sidebar*/

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

/*Ueberschrift Content Box Farbe regeln*/
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
        color: #666666;
	}
	
/*.entry p a:visited {
	color: #b85b5a;
	}*/



#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#sidebar a:hover {
color: #3E7EC3;
}

#sidebar .current_page_item a:link, #sidebar .current_page_item a:visited, #sidebar .current_page_item a:active {
color: #3E7EC3;
}





code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
 
a, h2 a:hover, h3 a:hover {
	color: #666666;
	text-decoration: none;
	outline: none;
	}

a:hover {
	color: #3E7EC3;
	text-decoration: none;
	}
	
/* End Typography & Colors */

#content a, #content a:visited {
color: #333333;

}

#content a:hover{
color: #3E7EC3;


} 

#content h2 a, #content h2 a:visited {
color: #666666;


}

#content h2 a:hover{
color:  #3E7EC3;

}


#content .teasehead, #content .teasehead h2 a, #content .teasehead h2 a:visited {
color: #666666;
margin: 25px 0 0 0;
}

#content .teasehead h2 a:hover{
color:  #3E7EC3;

}



/*----------------------2---------------------------------------*/


/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

/*abstand komplette box zum oberen rand*/

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

/*richtet das Bild im Header aus*/
#header {
	background-color: #73a0c5;
	margin: 0 0 0 0;
	padding: 0;
	height: 23px;
	width: 760px;
	}
	
#logo a {
	outline: none;
	display: block;
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	margin: 50px 0 25px 545px;
	padding: 0;
	height: 28px;
	width: 155px;
	}
	
#logo span {
display: none;
}




/*Hier kann das Textfeld ausgerichtet werden*/

/*Hier kann das Textfeld ausgerichtet werden*/
.narrowcolumn {
/*mit float wird der bezug des Content fenster zum
Rand eingestellt*/
	float: right;
	padding: 0 75px 15px 0;

/*hier wird mit dem ersten wert die Hoehe der
Content Box eingestellt
3 eintrag regelt den Abstand der Content Box
zu Footer*/

	margin: 24px 0 40px 0;
	
	width: 500px;
	}


#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0 0 0 45px;
	padding: 7px 0;
	text-align: left;
	}
/* End Structure */


/*---------------------3----------------------------------------*/


/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.posthead { 
	margin: 53px 0 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	
}

/*regelt den Abstand der sidebar 
von der oberen Kante, war Original auf 0*/

#sidebar h2 {
        margin: 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}
/* End Headers */


/*--------------------4-----------------------------------------*/


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

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

/* img.alignleft {
	padding: 0;
	margin: 0;
	display: inline;
	} */

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/*----------------------5---------------------------------------*/


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
 

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

/*sagt der gesamten sidebar wo sie stehen soll !!!. Originalwert war 0*/

#sidebar ul, #sidebar ul ol {
	margin: 0 0 0 0;
	padding: 0 0 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

/*Abstand Ueberschrift zum Auswahlmenue, u.U. auch Abstand 
  Menü zum unteren Rand des Header, wenn keine Überschrift da ist, 
  zum Beispiel durch ein + an ihrer Stelle */

#sidebar ul ul, #sidebar ul ol {
	margin: 0 0 0 14px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
	

/*steuert die Zeilen Abstaende in der Sidebebar*/

#sidebar ul ul li, #sidebar ul ol li {
	margin: 6px 0 0;
	padding: 0;
	}
/* End Entry Lists */


/*----------------------6---------------------------------------*/

/* Begin Sidebar */
#sidebar
{
	
/*stellt die Sidebar relativ zum Rand ein 
vgl. .narrowcolumn*/
	margin-left: 45px;
        margin-top: 80px;
	width: 120px;
	}


/* End Sidebar */


/*----------------------7---------------------------------------*/

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation_bot {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	}
	
.navigation_top {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 45px;
	}

	
/* messebau Seite id für QuickVR*/
#quick1 {
float: left;
border: 1px solid #B2AFB0; 
margin: 0 0 0 20px;
}


/* End Various Tags & Classes*/




/* Seitenlayout Referenzen Seite*/

#ref_cont .liinternal{
background:none;
padding-left:0;

}

#ref_cont a, #ref_cont a:visited{
color:#333333; 

} 

#ref_cont a:hover{
color:#3E7EC3; 
 
} 

.ref_box{

width: 100%;
height: 23px;
border-bottom: 1px solid #ECECEC;
}

.b_left{
width: 190px;
float: left;
}

.b_mid{
width: 130px;
float: left;

}

.b_right{
width: 180px;
float: left;


}
      
#ref_cont .ref_over, 
#ref_cont .ref_over a { 
color:#257FCD; 
background-color:#ECECEC; 
display: block;
width: 100%; 
height: 24px;
 }
 
 
#ref_cont .ref_over{ 
cursor:pointer; 

}


/* For catpage */
#content a.more-link {
color: black;
margin: 0 0 0 5px;
}

#content a:hover.more-link {
color: #3E7EC3;

}

/* For Link Indication plugin */
a.liexternal { padding-left: 15px; background: url(images/link_indi/link-icon_external.gif) no-repeat left; }
a.liwikipedia { padding-right: 13px; background: url(images/link_indi/link-icon_wikipedia.gif) no-repeat right; }
a.liwp { padding-right: 16px; background: url(images/link_indi/link-icon_wordpress.png) no-repeat right; }
a.liftp { padding-right: 13px; background: url(images/link_indi/link-icon_ftp.png) no-repeat right; }
a.limailto { padding-right: 18px; background: url(images/link_indi/link-icon_mail.gif) no-repeat right; }
a.lipdf { padding-right: 12px; background: url(images/link_indi/link-icon_pdf.png) no-repeat right;  }
a.lizip { padding-right: 12px; background: url(images/link_indi/link-icon_zip.png) no-repeat right;  }
a.liinternal{ padding-left: 15px; background: url(images/link_indi/link-icon_internal.gif) no-repeat left; }

/* breaks <br class=""> */

 .zwanzig {
margin: 25px 0 5px 0;
line-height:.5em;
padding:0;

}
