/* Global Styles */

* {	
	font-family: "Lucida Grande",Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	}

body {
	margin:0px;
        background-color:#787260;
	}
	
td {
	font:11px;
	color:#FFFFFF;
	}
	
a {
	color: #FFFFFF;
	}
	
a:hover {
	color: #FFFFFF;
	}


/* ueberschreiben der typo3-defaults */

/* HEADLINE */

h1 {
	font-size: 18px;
	color: #c8c3b4;
	font-weight:bold;
}

h2 {
	font-size: 16px;
	color: #a9a390;
	font-weight:bold;
}


#navigation, #subNavigation {
        width:100%;
        text-align: center;
        }

#navigation a, #subNavigation a {
	font:11px;
	color: #a9a390;
	text-decoration: none;
	}
	
#navigation a:hover, #subNavigation a:hover {
	color:#FFFFFF;
	font-weight:bold;
	}
	
#navheader {
	font:14px;
	color: #663333;
	padding:10px;
	line-height:30px;
	}
	
#content {
	font: 12px;
	color: #FFFFFF;
	margin-left: 20px;
	margin-right: 20px;
	padding:0px;
	}	
	
#logo 	{
	font:14px;
	color: #FFFFFF;
	line-height:30px;
	}

#tagline 	{	
	font:11px;
	color: #FFFFFF;
	line-height:14px;
	}

#mainNav, #subNav {
        border: 1px white solid;
        background-color:#645e4e;
}


/* Class Styles */

.bodyText {
	font:12px;
	color:#FFFFFF;
	line-height:18px;
	margin-top:0px;
	}

.header1Text {
	font:14px;
	color:#663333;
	line-height:14px;
	}	
	
.pageName{
	font: 14px;
	color: #FFFFFF;
	line-height: 16px;
	}
	
.columnHeader {
	font: 11px;
	color: #FFFFFF;
	line-height: 18px;
	}
	
.subHeader {
	font: bold 11px;
	color: #FFFFFF;
	line-height: 18px;
	}

.smallText {
	font: 10px;
	color: #FFFFFF;
	}

.activeMenuItem a, .activeMenuItem a:link {
	color: #FFFFFF ! important;
	font-weight: bold ! important;
}