/*__ colors __

creme: 			#ddd		Hintergrund Website
gelb1:			#fdca00 Hintergrund Header
rot:				#d8000a Hintergrund Logo; Schrift H1,H2, Linien
dunkel:			#1b1b1f Hintergrund Menu1
gelb2:			#fdca00 Hintergrund Menu2
weiß:				#fff		Hintergrund Textbereich
hellgelb		#feda4c	Hintergrund Randspalte; Schrift Menu1


*/

/*__ general __*/
* {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt; }

body {
	margin : 0;
	background-color: #ddd; }


p {
	margin: 0 0 0.6em 0; }

h1 {
	margin: 0 0 0.7em 0;
	padding: 0;
	font-weight : bold;
	color: #c7042e; }

h2 {
	margin: 0 0 0.3em 0;
	padding: 0;
	font-weight : bold; }

a:link, 
a:active, 
a:visited {
	color: #c7042e;
	text-decoration: none;
	font-weight: bold;
	margin-left: 1px;
	padding-left: 9px;
	background: transparent url(../images/arrow.gif) no-repeat 0 70%;	
	}
a:hover {
	color: #c7042e;
	text-decoration: underline;
	margin-left: 1px;
	padding-left: 9px;
	background: transparent url(../images/arrow.gif) no-repeat 0 70%;		
	}

/*
a:link, 
a:active, 
a:visited,
a:hover {
	color: #d8000a;
	font-weight: bold;
	text-decoration: none; }
	
a:hover {
	text-decoration: underline; }
*/

/*__ container __*/

#container {
	position: absolute;
	left: 50%;
	width: 896px;
	margin-left: -448px;
	background-color: #fff;
	border-color: #a9a5a6;
	border-style: solid;
	border-width: 0 2px 0 2px; }
	
#header {
	height: 26px;
	background: #a9a5a6 url(../images/initiative.gif) 471px 9px no-repeat; }

#logo {
	height: 91px;
	background: #e7e5e6 url(../images/kasten_logo.gif) 0 70px no-repeat; }
			 
#menu1 {
	margin:0;
	height: 20px;
	padding: 1px 0 0 40px;
	font-size: 9pt;
	font-weight: bold;
	background-color: #f59c02;
	color: #c7042e; }
#items {
	float: left; }
#flaggen {
	float: right; }
#menu2 {
	height: 20px;
	padding:2px 0 0 40px;
	font-size: 9pt;
	font-weight: bold;
	background-color: #a9a5a6;
	color: #c7042e; }

#main {
	padding: 0 0 20px 0;
	width: 632px;
	color: #1b1b1f;
	background: #fff url(../images/kasten_main_header.gif) no-repeat; }

#mainheader {
	height: 52px;
	margin: 0 22px 0 40px;
	padding-top: 10px;
	border-color: #a9a5a6;
	border-style: solid;
	border-width: 0 0 1px 0; }

#mainbody {
	margin: 0 22px 0 40px; }

#rand {
	padding: 0 0 20px 0;
	width: 262px;
	background-color: #e7e5e6;
	border-left: #a9a5a6 solid 2px; }

#randheader {
	margin: 0;
	padding: 0;
	height: 16px;
	padding-left: 35px;
	font-weight: bold;
	background: #a9a5a6 url(../images/kasten_news.gif) no-repeat;
	color: #ffffff; }

#randbody {
	padding: 0 20px 0 25px; }
			
/*__ typo __*/
	
.initiative {
	font-size: 11pt;
	font-weight: bold;
	color: #c7042e; }
	
.mainitem {
	padding:15px 0 10px 0;
	border-color: #a9a5a6;
	border-style: solid;
	border-width: 0 0 1px 0; }

.teaser {
	padding: 10px 0 10px 0;
	border-color: #a9a5a6;
	border-style: solid;
	border-width: 0 0 1px 0; }

#menu1 a:link,
#menu1 a:active,
#menu1 a:visited,
#menu1 a:hover {
	text-decoration: none;
	color: #000;
	padding:0;
	background: none;
	font-weight: normal; }
	
#menu1 a:hover {
	color: #c7042e; }
	
#menu2 a:link,
#menu2 a:active,
#menu2 a:visited,
#menu2 a:hover {
	text-decoration: none;
	color: #000;
	padding: 0;
	background: none;
	font-weight: normal; }

#menu2 a:hover {
	color: #ffffff; }
	
.morelink {
	text-align: right; }

.teaser h1 {
	color: #1b1b1f; }
	
.datum {
	color: #c7042e; }

.img-right {
  float:	right;
  margin: 0 0 5px 10px; }

.img-left {
  float:	left;
  margin: 0 10px 5px 0; }

#logo a:link,
#logo a:active,
#logo a:visited,
#logo a:hover {
	margin-left: 0;
	padding-left: 0;
	background: none; }

a.iconlink {
	margin-left: 0;
	padding-left: 0;
	background: none; }
