/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 01.11.06  
**  Datei       : content.css
**  Funktion    : Formatierung der Inhalte (Texte, Grafiken, Links, Listen, Tabellen usw.)
**
*/

@media all
{
/* ######################################################################################################
** # Standard-Vorgaben ##################################################################################
** ######################################################################################################
** 

/* ### Überschriften, Fließtexte ###################################################################### */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 2px solid #E9EAEA;
		padding: 0px 0px;
	}
#bodytext hr {
padding-left:0px;
border:2px;
}

body {
	color: #000000;
	font-size: 11px;
	font-family: Verdana,'Trebuchet MS', Helvetica, Arial, sans-serif;
} /* 13px */
h1,h2,h3,h4 { font-family: Verdana, 'Lucida Grande',  Arial, Sans-Serif; font-weight:normal;}

h1 {
	font-size: 14px;
	color: #336666;
	margin: 0 0 14px 0;
	font-weight: bold;

}
/*h2 {font-size: 1.4em; color: #600; margin: 0 0 0.25em 0; padding-top: 1.5em; border-bottom: 2px #ddd solid; }*/
h2 {
	font-size: 11px;
	color: #336666;
	margin: 16px 0 6px 0;
	font-weight: bold;
	/*padding-left: 35px;
	background-image: url('../../img/p0n.gif');
	background-repeat: no-repeat;
	padding-top: 11px;*/

}
h3 {
	font-size: 11px;
	color: #336666;
	margin: 16px 0 6px 0;
	font-weight: bold;
	/*padding-left: 35px;
	background-image: url('../../img/p13.gif');
	background-repeat: no-repeat;
	padding-top: 17px;
	padding-left: 0px;*/

}
h4 {
	font-size: 11px;
	color: #336666;
	margin: 0 0 111px 0;
	font-weight: bold;
	line-height: 2em;

}
#col3_content ul li.txtlogo{
	background-image: url('../../img/txt.gif');
	padding-left: 23px;
}

#col3_content ul li.ziplogo{
	background-image: url('../../img/zip.gif');
	padding-left: 23px;
}

#col3_content ul li.pptlogo{
	background-image: url('../../img/ppt.gif');
	padding-left: 23px;
}

#col3_content ul li.doclogo{
	background-image: url('../../img/doc.gif');
	padding-left: 23px;
}

#col3_content ul li.pdflogo{
	background-image: url('../../img/pdf.gif');
	padding-left: 23px;
}
#col3_content ul li.xlslogo{
	background-image: url('../../img/xls.gif');
	padding-left: 23px;
}
#col3_content a.xlslogo{
	list-style-image: url('../../img/xls.gif');
	list-style-position: inside;
	margin-left:5px;
}

#col3_content ul {
	padding-left: 5px;
	margin: 0px 0px 0px 0px;
	list-style-type:none;
	}

#col3_content ul li {
	margin-left: 0px;
	padding-left: 15px;
	background-image: url('../../img/p.gif');
	background-repeat: no-repeat;

}

#col3_content ul li ul {
	padding-left: 5px;
	margin: 0px 0px 0px 0px;
	list-style-type:none;
	}
	
#col3_content  li ul li {
	list-style-type: none;	
	/*padding-left: 35px; */
	background-image: none;
	/*background-position-y:3px;
	background-repeat: no-repeat;*/
}
/* #col3_content ul li ul{
	padding-left: 0px;
	margin: 0px 0px 0px -20px;
	list-style-type:none;
	}
#col3_content li ul li {
	margin-left: 0px;
	padding-left: 35px;
	background-image: url('../../img/00p.gif');
	background-repeat: no-repeat;

} */

/*h3 {font-size: 1.2em; color: #006; margin: 0 0 0.25em 0; padding-top: 1.5em; font-weight:bold; }*/
/*h4 {font-size: 1.0em; color: #888; margin: 0 0 0.30em 0; padding-top: 1em; font-weight:bold; border-bottom: 1px #ddd solid;}*/
h5 {font-size: 1.0em; color: #888; margin: 0 0 0.30em 0; font-style:italic; }
h6 {font-size: 1.0em; color: #888; margin: 0 0 0.30em 0; font-style:italic; }

#teaser h1 { font-size: 1.2em; border: 0; }

p,ul,dd,dt { line-height: 16px; }
p {
	line-height: 16px;
	margin: 8px 0 8px 0;
}
p.halb {
	line-height: 16px;
	margin: 0 0 8px 0;
}

.gruen{
color:#336666;
}
strong,b { font-weight: bold; }
em,i { font-style:italic; }
pre, code {	font-family: "Courier New", Courier, monospace; }
address { font-style:normal; line-height: 1.5em; margin: 0 0 1em 0; }

hr { 
	color: #fff; 
	background:transparent; 
	margin: 0 0 0 0.5em 0; 
	padding: 0 0 0.5em 0; 
	border:0; 
	border-bottom: 2px #eee solid; 
}

acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #c00;
	cursor: help;
}

/* ### Bildpositionierung ############################################################################ */

img.float_left { float: left; margin-right: 1em; margin-bottom: 0.15em; border:0; }
img.float_right { float: right; margin-left: 1em; margin-bottom: 0.15em; border:0; }
img.center { text-align:center; background: #fff; padding: 4px; border:1px #ddd solid; }
img.framed {padding:3px; border: 1px #ddd solid; background: #f4f4f4 }

/* ### Auszeichnung lokaler und Externer Links ######################################################## */
a, a em.file {
	color: #336666;
	/*color: #336666;
	color: #4c94db;
	color: #d99f58;
	color: #c58c5d;*/
	text-decoration:none;
}
a:hover {background-color: transparent; text-decoration:underline;}
a:focus {background-color: transparent; text-decoration:underline;}

#header h1 {
	/*font-size: 1.6em;
	color: #336666;
	background:transparent;
	text-decoration:none;
	padding-top: 2em;*/
}


#topnav a {
	font-family: Verdana, Arial, Sans-Serif; 
	font-size: 10px; 
	color: #999999;
	background:transparent;
	text-decoration:none;
}
#topnav a:hover { color: #333333; text-decoration:none; background-color: transparent;}
#topnav a:focus { color: #333333; text-decoration:none; background-color: transparent;}

#footer a {
	font-family: Verdana, Arial, Sans-Serif; 
	font-size: 10px; 
	color: #FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color: #CCCCCC;
	background-color: transparent;
}
#footerleft A, #footerright A {
	color: #E9EAEA;

}
#footer a:focus {color: #CCCCCC; background-color: transparent;}

/*#main a[href^="http:"], #main a[href^="https:"]
{
	padding-left: 12px;
	background-image: url('../../img/icons/ext_link.gif');
	background-repeat: no-repeat;
	background-position: left;
}
*/
#main a.imagelink {
	padding-left: 0;
	background: transparent;
}

/* ######################################################################################################
** ### Formulare & Tabellen #############################################################################
** ######################################################################################################
*/

table { border-collapse:collapse; width: 100%; margin-bottom: 0.5em; }

form {overflow:hidden;}

input, textarea {
    width: auto;
	border: 1px #ccc solid;
    background: #fafafa;
	padding: 3px;
	color: #777;
}

input[type=text]:focus, textarea:focus {
	background: #f0f0f0;
	color: #333;
	border-color: #666;
}

.photo {
	height: 130px;
	width:auto;
}
.person {
margin-top:30px;
margin-bottom:23px;
}
.vcard {
margin-bottom:16px;
}



/* ######################################################################################################
** ### Spezielle Formatanweisungen des YAML-Standard-Layouts ############################################
** ######################################################################################################
*/

/* ###  Textformatierungen ################################################################## */

/* Grundlagen */
.wichtig { background-color: #fee; border: 1px #fcc solid; padding: 0.5em; margin-bottom: 0.5em; }
.hinweis { background-color: #eef; border: 1px #ccf solid; padding: 0.5em; margin-bottom: 0.5em; }

/* Beispieldateien */
p.demo { background-color: #fee; border: 1px #fcc solid; padding: 6px; margin-bottom: 0.5em; }

/* Navigation am Seitenende */
p.navlink { background-color: #f4f8f4; border: 1px #aca dotted; padding: 6px; margin-bottom: 0.5em; }
p.navlink a { color: #353;}
p.navlink a:hover { font-weight: bold; background: transparent; }

blockquote {
	color: #444;
	color: #000000;
	background: #f8f8f8;
	border: 1px #ddd solid;
	border-left: 6px #ddd solid;
	padding: 0px 16px 0 8px;
	margin: 0 0 0px 6px;
}

/* Ungeordnete Listen ohne Listenpunkt */ 
ul.linklist { list-style-type:none; margin: 0 0 1em 0; }
ul.linklist li { margin: 0 0 1em 0; }

/* Browser-Kompatibilitätsliste */ 
ul.browsers { margin: 0  0 .4em 0; }
ul.browsers li {
	margin: 0;
	list-style-type: none;
	background: #f8f8f8; color: #444; 
	padding: 0.1em 0.1em 0.2em 0.5em; 
	font-weight: normal;
	text-align: left; 
	border-bottom: 1px #fff solid; 
	border-right: 1px #fff solid;
}

ul.browsers li img { vertical-align:bottom;
}

ul.browsers li.title {
	font-weight: bold;
	background: #eee; color: #444; 
	padding: 0.2em 0.2em 0.2em 0.5em; 
}


/* Auszeichnungen für Code, Dateien, Verzeichnisse */
em.mono, em.file, em.directory {
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
}

em.mono { 
	padding:0 0.3em 0 0.3em;
	background:#f0f0f4;
	border: 1px #ccd solid;
}

em.file { 
	padding:0 0 0 14px;
	color: #008;
	background: transparent url(../../img/icons/file.gif) no-repeat left;
}

em.directory { 
	padding:0 0 0 15px;
	color: #008;
	background: transparent url(../../img/icons/dir.gif) no-repeat left;
}

pre, code {
	display:block;
	margin: 0 0 1em 1em;
	padding: 0.5em;
	color: #000; 
	background: #f0f0f4;
	border: 1px #ccd solid;
	border-left: 8px #ccd solid;
}

code.css { 
	background-image: url(../../img/bg_css.gif);
    background-repeat: no-repeat;
	background-position: top right;
}

code.xhtml { 
	background-image: url(../../img/bg_xhtml.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

/* ### Tabellen ################################################################## */
table p{
	margin:0 0px 2px 0px;
}


table.bugs { margin-bottom: 1em; margin-top: .5em; }
table.bugs th { 
	background: #444; color: #fff; 
	padding: 0.5em; 
	text-align: center; 
	border-bottom: 1px #fff solid; 
	border-right: 1px #fff solid;
}

table.bugs td {
	background: #888; color: #fff; 
	padding: 0.5em; 
	text-align: center; 
	border-bottom: 1px #fff solid; 
	border-right: 1px #fff solid;
}

/* ### Download-Box ################################################################## */

.bluebox {
	color:#000;
	background: #f0f0f4; padding: 2px; border: 4px #ccd solid;
	text-align: left;
	padding: 4px 0 4px 15px;
	margin-bottom: 1em;
}

.bluebox h5 { font-size: 140%; color:#006; font-weight: normal; font-style: normal; padding: 0px 8px 0 5px; }
.bluebox p { padding: 0px 8px 0 5px; }

div.dl_button	{
	width: 220px;
	min-height: 50px;
	text-align:left;
	padding-bottom: 20px;
	background-image: url(../../img/yaml_dl_button.gif);
	background-position:bottom;
}

div.dl_button a {
	display:block;
	width: 100%;
	min-height: 30px;
	text-align:left;
	background: url(../../img/yaml_dl_button.gif);
}

div.dl_button a:hover { text-decoration:none; } 

.dl_button a strong {display:block; padding: 17px 5px 0px 20px; color: #448; font-weight: bold; font-size: 125%; text-decoration:underline;}
.dl_button span.version {display:block; padding: 0px 5px 0px 20px; color: #666; font-weight: normal; font-size: 85%;}
}
