/******************************************
*
* common.css
*
* Common CSS definitions for CMS
*
* Copyright 2005 by  Gerhard Sinnhuber
*
* Author(s):  http://www.transform.at
*
******************************************/

/* Farben
rot: a21f24;
blau: 003399
*/


body{
	font-family		:  Arial, Verdana,  Tahoma,  Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: 400; 
	line-height: 17px;
	color: #000;
	margin:0px;
	padding:0px;
	background-color: #e8e8f5;
	background-image:url("images/bodybg-orange.gif");
	background-repeat:repeat-x;
}

td{
	font-family		:  Arial, Verdana,  Tahoma,  Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: 400; 
	line-height: 17px;
	color:#000;
}

table{
	border: 0px;
}

#frontend{
	background-color: #fff;
	color: #6888a5;
}

p {
	padding: 0px;
	margin:10px 0 0 0;
}

a,  a:active,  a:visited {  
	color: #a21f24;
	border:0px; 
	text-decoration: none;
	font-weight:bold;
}

 a:hover	{
	text-decoration: none;
	color:#efefef; 
	}


h1 {
	font-weight: 700; 
	font-size: 18Px;
	text-decoration: none;
	color: #fff; 
	padding: 10px 0 10px 0;
	margin: 0px;
}

h2 {
	font-weight: 700; 
	font-size: 12Px;
	line-height: 16px;
	text-decoration: none;
	color: #003399; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


h3,h4 {
	font-weight: 700; 
	font-size: 12Px;
	text-decoration: none;
	color: #003399; 
	padding: 0px;
	margin: 0px;
}


hr{
	border:solid #cfcfcf 1px;
	height: 1px;
	margin: 10px 0px 10px 0px;
}


/* --------------------------------------
    Grundbereiche
   -------------------------------------*/

#header{
	position: absolute;
	height: 80px;
	left: 20px;
	top: 0px;
	padding:0px;
	margin: 0px;
	width:850px;
}


#content{
	position: absolute;
	top: 100px;
	left:20px;
	padding:0px;
	margin:0px;
	width: 500px;
	min-height: 130px;
	color: #000;
	font-size: 12px;
}



/* --------------- linkes menu ------------------ */

#mainmenu{
	position: absolute;
	top:62px;
	width:850px;
	margin-top: 0px;
	border-top: 1px dotted #efefef;
	border-bottom: 1px dotted #efefef;
	color: #fff;
}

.mainmenu a, .mainmenu a:active, .mainmenu a:visited { 
	color:#a21f24;
	text-decoration: none;
}
.mainmenu a:hover {
	text-decoration: none;
	color:#efefef;
}



.menuactive{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	height: 25px;
}
.menuactive a, .menuactive a:active, .menuactive a:visited {  
	color:#fff; 
	border:0px; 
	text-decoration: none;
}
.menuactive a:hover	{
	text-decoration: none;
	color:#efefef; 
	}


/* --------------------------------------
    Content Definitionen
   -------------------------------------*/
#logo{
	font-weight: 700; 
	font-size: 18Px;
	text-decoration: none;
	color: #fff; 
	padding: 20px 0 0px 0;
	margin: 0px;
}


#headline{
	padding: 0px 0 0 0;
	color: #003399;
	font-weight: bold;
	font-size:13px;
}

#teaser{
	padding: 0px 0 0 0;
	color: #4a4a4a;
	font-weight:bold;
}

#fliesstext{
	padding: 20px 0px 0px 0px;
	color: #000;
	font-size: 12px;
	line-height: 16px;
}

#output{
	position: absolute;
	top: 100px; 
	left: 550px;
	width: 300px;
	padding: 10px 10px 10px 10px;
	background-color: #dedede;
}

#portlet{
	position: absolute;
	top: 1px; 
	left: 726px;
	width: 150px;
	padding: 0px;
	
}


/* --------------------------------------
    spezielle Definitionen
   -------------------------------------*/


