/* :::::::::: Dates :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*
Project: Schaetti
Type: CSS Document
Description: Generally definitions for some browsers
Created to: June 2008, A. Sauder
*/



/* :::::::::: General Items :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

p{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	text-align: left;
}

a{
	color: #D3D3D3;
	text-decoration: none;
}

a:hover{
	color: #D3D3D3;
	text-decoration: underline;
}

html, body {
	background-color: #636363;
}

a.nav1{
	color: White;
	background-image: url(/fileadmin/layout/images/menue_start_dot.jpg);
	background-repeat: no-repeat;
	padding-left: 12px;
	text-decoration: none;
	height:20px;
}

a.nav1:hover{
	color: White;
	background-image: url(/fileadmin/layout/images/menue_start_dot_act.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	text-decoration: none;
	padding-bottom: 3px;
}

/* :::::::::: Layout ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.menue{
	border: 0px solid Yellow;
	width: 222px;
	float: none;
	z-index: 30;
	visibility: visible;
	position: absolute;
	height: auto;
	overflow: hidden;
}

.navigation{
	border: 0px solid Green;
	padding-top: 173px;
	padding-left: 30px;
	width: 192px;
	float: none;
	z-index: 40;
	visibility: visible;
	position: absolute;	
	height: auto;
}

.logo{
	border: 0px solid Green;
	padding-top: 45px;
	padding-left: 30px;
	width: 192px;
	float: none;
	z-index: 50;
	visibility: visible;
	position: absolute;
}

.sprache{
	border: 0px double Aqua;
	padding-top: 137px;
	padding-left: 30px;
	width: 192px;
	float: none;
	z-index: 60;
	visibility: visible;
	position: absolute;
	color: White;
	background-color: transparent;
}

.content{
	border: 0px solid Red;
	width: 75%;
	float: none;
	z-index: 10;
	visibility: visible;
	position: fixed;
	height: 99%;
	padding: 0px 0px 0px 250px;
	overflow: hidden;
}

.adresse{
	border: 0px dotted Olive;
	padding-left: 30px;
	padding-top: 590px;
	width: 192px;
	float: none;
	z-index: 70;
	visibility: visible;
	position: static;
	color: White;
	font-size: 11px;
	height: 100%;
}

.sprachpunkte{
	float: left;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	width: 25px;
	padding-bottom: 3px;
	background-image: url(/fileadmin/layout/images/sprachbg_w.gif);
	background-repeat: no-repeat;
	border: 0px solid Green;
	margin-bottom: 2px;
}

a.sprachpunkt{
	color: White;
	text-decoration: none;
}


a.sprachpunkt:hover{
	color: Silver;
	text-decoration: none;
}

a.sprachpunkt_act{
	color: Silver;
	text-decoration: none;
}

a.sprachpunkt_act:hover{
	color: Silver;
	text-decoration: none;
}

.news{
	border: 0px solid Yellow;
	width: 170px;
	float: none;
	z-index: 30;
	visibility: visible;
	position: fixed;
	height: auto;
	padding-top: 370px;
	padding-left: 30px;
	color: Silver;
	line-height: 14px;
}

.news_titel{
	color: White;
	border-bottom: 1px dotted White;
}

.news_ueberschrift{
	color: White;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}

.news_text{
	color: Silver;
	line-height: 14px;	
}