/* ---------- BASIC --------------------- */
body {
	background-image:url(/media/templates/images/bg.gif);
	text-align:center;
	padding: 0;
	margin: 0px 100px;
}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.7em; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
}

/* links */

:link    {text-decoration: none ;color: #990000;}
:visited {text-decoration: none ;color: #990000;}
:active  {text-decoration: none ;color: #990000;}
:hover   {text-decoration: underline ;color: #990000;}

/* ---------- DIVS and IDS --------------- */
#bodybasic {
	text-align:left;
	background-color:#FFFFFF;
	padding-top: 15px;
	/* width:775px; */
}

#pagecontent {
	width:775px;
	height:98%;
	align:center;
}

/* ---------- NAVIGATION --------------- */
#tdleftmenu {
	vertical-align:top;
	text-align:left;
	width:150px;
	background-color:#CCC;
}

#leftmenu {
	vertical-align:top;
	text-align:left;
	width:150px;
	float:left;
	background-color:#CCC;
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
}

#leftmenu a { /* alle links */
	display:block;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 1.0em;
	font-weight: bold;
	color:#000000;
}

#leftmenu li {
	padding-bottom: 10px;
	width:150px;
}

#leftmenu a.aktiv { /* alle aktiv links */
	font-weight: bold; 
	color:#000000;
}

#leftmenu ul { /* alle level */
	list-style: none;
	padding: 0;
	margin: 0;
}

#leftmenu ul ul li { /* alle level 2 */
	padding-bottom: 2px;
}

#leftmenu ul ul a { /* alle level 2 */
	font-size:0.9em;
	padding-left: 25px;
}

#leftmenu ul a.aktiv { /* aktiv level 1 */
	background-color:#666666;	
	color:#FFFFFF; 
}

#leftmenu ul ul a.aktiv { /* aktiv level 2 */
	background-color:#CCC;	
	color:#990000; 
}

/* ---------- CONTENT --------------------- */
div.datum {
	color:#666666; 
}

#contentheader {
	/* width:625px; /* keine breite angeben !! */
	font-size:0.8em;
	background-color:#FFF;
}

#adresse {
	font-size:0.8em;
	align:right;
	font-weight: bold;
	padding-left: 5px;
}

#content {
	vertical-align:top;
	padding:10px;
	width:425px;
}

#contentbreit {
	vertical-align:top;
	padding:10px;
	width:615px;
}

#rightcontent {
	vertical-align:top;
	background-color:#CCC;	
	text-align:left;
	width:195px;
	padding-left:10px;
	padding-right:10px;
}

#footer {
	border-top:1px solid #CCC;
	vertical-align:top;
	background-color:#FFF;
	padding-left:160px;
	padding-top:5px;
	color:#9A9A9A;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color:#990000;
}

/* ---------- HEADERS -------------------- */
h1 {
	font-size: 1.8em; 
	color: #000000; 
}

h2 {
	font-size: 1.1em; 
	color: #000000;
	padding-bottom: 5px;
	margin: 0;
}

h2.lay2 {
	background-color:#676767;
	color:#FFFFFF;
	padding:5px;
	padding-left:10px;
	font-size:1.0em;
	margin-bottom:10px;
}

#rightcontent h2 {
	font-size: 1.1em; 
	color: #000000;
	padding-bottom: 5px;
	padding-left:10px;
	margin-left:-10px;
	margin-right:-10px;
	margin-bottom:10px;
}

#rightcontent h2.lay2 {
	background-color:#676767;
	color:#FFFFFF;
	padding:5px;
	padding-left:10px;
	font-size:1.0em;
	margin-left:-10px;
	margin-right:-10px;
	margin-bottom:10px;
}

/* ---------  FORMULAR ------------------- */

input.button {
	color : rgb(255,255,255);
	text-decoration : none;
	text-align : center;
	padding-left : 5px;
	padding-right : 5px;
	border-width : 1px;
	border-style : solid;
	border-color : #261BC6;
	background-color:#261BC6;
	height: 20px;
	cursor : hand;
}

.textfield {
	height: 20px;
	color : rgb(20,20,20);
	border-width : 1px;
	border-style : solid;
	border-color : #CECFCE;
	background-color:rgb(245,245,245);
}

/* LISTEN BULLETS ----------------------------------- */
ul.list {padding:0px;margin-left:25px;list-style-position:outside;}
ol.list {padding:0px;margin-left:25px;list-style-position:outside;}
ul.list2 {padding:0px;margin-left:45px;list-style-position:outside;}
ol.list2 {padding:0px;margin-left:45px;list-style-position:outside;}


/* Tabelle Layout 1 --------------------------------- */
.BgTab1r1c1, .BgTab1r1c2, .BgTab1r2c1, .BgTab1r2c2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}

.BgTab1r1c1 { /* zeile 1, celle 1 */
	font-weight: normal;
	background-color: #F1F1F1;
}

.BgTab1r1c2 { /* zeile 1, ab celle 2 */
	font-weight: normal;
	background-color: #F1F1F1;
}

.BgTab1r2c1 { /* zeile 2, celle 1 */
	font-weight: normal;
	background-color: #CCC;
}

.BgTab1r2c2 { /* zeile 2, ab celle 2 */
	font-weight: normal;
	background-color: #CCC;
}
/* END : Tabelle Layout 1 ---------------------------- */

/* Tabelle Layout 2 --------------------------------- */

.BgTab2hc1, .BgTab2hc2, .BgTab2r1c1, .BgTab2r1c2, .BgTab2r2c1, .BgTab2r2c2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}

.BgTab2hc1, .BgTab2hc2 { /* titel zeile, celle 1/2 */
	font-weight: bold;
	background-color: #676767;
	color: #FFFFFF;
}

.BgTab2r1c1, .BgTab2r1c2 {  /* titel zeile1, celle 1/2 */
	background-color: #F1F1F1;
}

.BgTab2r2c1, .BgTab2r2c2 {  /* titel zeile2, celle 1/2 */
	background-color: #CCC;
}
/* END : Tabelle Layout 2 ---------------------------- */

/* Tabelle Layout 3 --------------------------------- */

.BgTab3hc1, .BgTab3hc2, .BgTab3r1c1, .BgTab3r1c2, .BgTab3r2c1, .BgTab3r2c2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}

.BgTab3hc1, .BgTab3hc2, .BgTab3r1c1, .BgTab3r2c1 { /* titel zeile, celle 1/2 */
	font-weight: bold;
	background-color: #676767;
	color: #FFFFFF;
}

.BgTab3r1c2 {  /* titel zeile1, celle 1/2 */
	background-color: #F1F1F1;
}

.BgTab3r2c2 {  /* titel zeile2, celle 1/2 */
	background-color: #CCC;
}
/* END : Tabelle Layout 3 ---------------------------- */