/*///////////////////////////////////////////////////////////////////
// 2008-03   | www.madebymeyer.de                                  //
// Project   | typophilia                                          //
// Author    | Karsten Meyer                                       //
// modified  | 14.03.2008 by Karsten Meyer                         //                                                   
// Package   | master                                              //
///////////////////////////////////////////////////////////////////*/

/*
rot: #be0926
*/

@charset "utf-8";
/* # general ########## */
HTML {
	margin:0;
	padding:0;
	height:100%;
}

BODY {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000;
	text-decoration: none;
/*	background-color: #be0926; */
	background-color: rgb(193,39,45);
	height:100%;
	margin:0;
	padding:0;
}

A:link,
A:visited,
A:hover,
A:active{
	color: #3f3f3f;
}
A:hover{
	color: #be0926;
}

IMG {
	border:0;
}
A IMG {
	border:0;
}

P {
 line-height:1.2em;
 margin:0;
 padding:0 0 1.2em 0;
}

H1, H2, H3, H4, H5, H6 {
 margin:0;
 padding:0;
 font-size:100%;
 font-weight:400;
}

H1 {
 font-weight:700;
}

H2 {
	margin-top:10px;
 font-style:italic;
 color:#be0926;
}

UL {
  margin:0 0 15px 0;
  padding:0;
}

TABLE {
	border-collapse:collapse;
	padding:0;
	border:0;
	margin:5px 0 15px 0;
}
TABLE, TR, TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align:top;
	font-size: 11px;
	padding:0 0 4px 0;
}

FORM {
  margin:0;
  padding:0;
}

.clearer {
  clear: both;
  line-height: 0px;
  font-size:0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
}
 /* Clearing mit overflow */
.floatbox { overflow: hidden; }

/* # page settings ########## */
#outerFrame {
 position:absolute; 
 width:100%;
 height:600px;
 top:50%; 
 margin-top:-300px;
	text-align: center;
}

#container {
 margin: 0 auto;
	padding:0;
	text-align: left;
	width:800px;
 height:600px;
	background-color: #fff;
}

#header {
	width: 800px;
	height: 60px;
	background: #c6c5c6 url(/fileadmin/img/bg_header.gif) right top no-repeat;
}
#logo {
	width: 800px;
	height: 100px;
}

#frame {
 width:800px;
 height:355px;
}

#navigation {
 float:left;
 width:142px;
}

#main {
 float:left;
 width:655px;
 height: 345px;
 overflow:auto;
}

#colLeft {
 float:left;
 width:318px;
 margin-right:40px;
}

#colRight {
 float:left;
 width:250px;
}


#main.breit #colLeft {
 float:left;
 width:430px;
 margin-right:40px;
}

#main.breit #colRight {
 float:left;
 width:138px;
}


#colRight #aktuelles{
 float:left;
 width:128px;
 padding:5px 5px 8px 5px;
 border:1px solid #f1f1f1;
 margin-top:5px;
}

/* ### navigation ########*/
#navi {
	float: left;
	width: 112px;
	list-style-type: none;
	overflow: hidden;
}
#navi LI {
 text-align:right;
	padding: 0 0 4px 8px;
 }

#navi A:link,
#navi A:visited,
#navi A:hover,
#navi A:active,
#navi A.current:link {
	text-decoration:none;
	color: #000;
 font-size:11px;
	font-weight:400;
}
#navi A:hover,
#navi A.current:link,
#navi A.current:active{
	color: #bd0926;
}

/* ### content ########*/
#main UL {
  margin:0 0 15px 25px;
  padding:0;
}




/* ### footer ########*/
#footer {
 position:relative;
	width: 800px;
	height: 85px;
	background: #c6c5c6 url(/fileadmin/img/bg_footer.gif) no-repeat;
}

#footer DIV.meta {
 position: absolute;
 right:50px;
 top:55px;
 color:#fff;
 font-size:10px;
}

#footer A:link,
#footer A:visited,
#footer A:hover,
#footer A:active {
	color: #fff;
	font-weight:400;
	text-decoration:none;
}



/* Page Navigation */
.tx-gsipagenav-pi1 {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 9px;
}
.tx-gsipagenav-pi1 a {
	font-size: 9px;
	text-decoration: none;
}





