/* StKGStyle.css
------------------------------------------------------
initial author:   Martin Wiechers
last editor:      Martin Wiechers
first Version:    28.12.2009
last Update:      30.12.2009
------------------------------------------------------*/


body {
	background-color:#CCCCCC;
	background-position:center;
	margin:20px auto;		/*Außenabstand*/
	padding:0;			/*Innenabstand*/
	font-family:Verdana,Arial,sans-serif;
	font-size:100.01%;
	/*width:47.5em;		760px * 0,0625 = 47.5em*/
	width:56.25em;		/*975px * 0,0625*/
}

#container {
	background-color:#FFFFFF;
}

#header {
	padding:6px;
	font-size:70%;
	color:#999999;
}

#header ul {
	list-style:none;
}

#header li {
	margin:0;
	padding:0;
	float:left;
}

#headline {
	position:relative;
	padding:15px 15px 15px 30px;
	background: #EBF2F8 url(../bilder_start/bg_top.png) repeat-x;
}

#headline span {
	font-size:70%;
	margin-right:40px;
}

img {
	border:none;
}

img#logo {
	position:absolute;
	z-index:99;
	height:9.06em;
	width:8.56em;
	right:-2em;
	top: -2.3em;
}

#mainContent {
	position:relative;
	padding:20px 20px 10px;
}

.contenttext {
	color:#666666;
	font-size:85%;
}

img#picleft {
	height:19.25em;
	width:16.31em;
}

img#picright {
	position:absolute;
	height:18.75em;
	width:15.63em;
	z-index:1;
	right:1em;
	top:1em;
}

blockquote {
	position:absolute;
	width:19.25em;
	left:15.63em;
	top:5.63em;
	text-align:right;
	background: url(../bilder_start/bg_quoteOpen.png) no-repeat 18em 5em;
}

blockquote div {
	text-align:left;
	text-indent:20px;
	line-height:1.5;
	background: url(../bilder_start/bg_quoteOpen.png) 0em 1em no-repeat;
}

blockquote cite {
	font-size:85%;
}

blockquote div:first-letter {
	font-size:156%;
}

#nav img {
	height:2.7em;
	width:9em;
}

#footer {
	font-size: 75%;
	background-color:#666666;
	padding: 10px;
	border-top: #000000 2px ridge;
}

#footer span {
	color:#FF0000;
}

#footer a:link {
	color:#0000FF;
}

h1 {
	padding:0;
	margin:0;
	font-size:150%;
	color:#000000;
}

.zentriert {
	text-align:center;
}


h2 {
	padding:0;
	font-size:112.5%;
	font-weight:bold;
	color:#000000;
}

h3 {
	padding:0;
	font-size:112.5%;
	font-weight:bold;
	font-style:normal;
	color:#333333;
}

a:link {
	color:#666666;
/*	text-decoration:none;
*/}

/* nicht gebraucht
a:visited {
	color:#772200;
	text-decoration:none;
}

a:active {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}
*/
