﻿/*********************/
/* ALLGEMEINES */
/*********************/

body {
	font-family: "Comic Sans MS", "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

#container {
	/* overflow:auto;
	height:520px; */
	width:853px;
	/*background: url(pics/hintergrund/hintergrund_spalte.jpg) repeat-y
				right top;*/
}

p,h1,h2,h3,h4,h5,h5,ol {
	margin: 0px;
	padding: 0px;
}


/*********************/
/* STILE FUER KOPFTEIL */
/*********************/

h1 {
	color: #294E56;
	margin-top: 10px;
	font-size: 2.4em;
	border-top: 4px solid #AAD5FF;
	line-height: 100%;
}

#tabelle_p { margin-top:0px; margin-bottom:0px;}
p {
	color: #666666;
	font-size: 1.2em;
	text-align:justify;
}

h2 {

	color: #F4BE04;
	font-size: 1.9em;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
	background:url("../pics/hintergrund/hintergrund_h2.gif") repeat-x left bottom;
}

h3 {

	color: #F4BE04;
	font-size: 1.6em;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
	font-style:italic;
	/*background:url("../pics/hintergrund/hintergrund_h2.gif") repeat-x left bottom;*/
}

img.brief {
	height:12px; 
	width:12px;
}


/*********************/
/* LISTE             */
/*********************/

ul {color: #666666;
	font-size: 1.2em;
}

/*********************/
/* TABELLE1          */
/*********************/

#tabelle {
	width: 853px;
	/* width:760px; */
	border-collapse: collapse;
	border:0px;
	border-color:#111111;
}

#tabelle_2 {
	border-collapse: collapse;
	border-color:#111111;
	width:100%;
	border:0px;
}

#td1 { width:10%;}
#td2 { width:15%;}
#td3 { width:25%;}
#td4 { width:15%;}
#td5 { width:35%;}

#td45 { width:45%;}
#td55 { width:55%;}
#tabelle_p { 
	margin-top:0px;
	margin-bottom:0px;
}
#td_w { width: 10px; }

#no_decoration {
	text-decoration: none;
}

#font_bold {
	font-weight:bold;
}

a:link { color:blue; text-decoration:none; }
a:visited { color:blue; text-decoration:none; }
a:focus { color:green; text-decoration:underline; }
a:hover { color:red; text-decoration:none; }
a:active { color:lime; text-decoration:underline; }