@charset "utf-8";
/* CSS Document */

/* 
#################################################################
# Allgemeine Seiteneigenschaften								#
################################################################# 
*/

body {
	background-color:#c1c5c0;
	margin: 0px;
	padding: 0px;
   	
	font-family:Calibri, Verdana;
	font-size:12pt;
	color:#505050;
	
}


td{
	font-family:Calibri, Verdana;
	font-size:12pt;
	color:#505050;
}



.scrollbar { 

}


img{
	border:none;
}


/* 
#################################################################
# Postionselemente												#
################################################################# 
*/



#container{
	width:1000px;
	text-align:center;
	margin: 0px auto; /* Auf Kompatibilität prüfen! */
	padding-top:0px;
}



/* header */

#headerbox{
	width:1000px;
	height:322px;
	
	position:relative; /* Parent-Objekt */
}


#logo_prokeinmedia{
	width:364px;
	height:65px;
	position:absolute;
	top:150px;
	left:20px;
}


#loginbox{
	width:245px;
	height:20px;

	background-image:url(grafiken/loginbox.png);

	position:absolute;
	top:50px;
	right:0px;
	z-index:10;
	
	padding-top:3px;
	
}

#loginbox a{
	color:#505050;	
}

#loginbox a:hover{
	color:#89acb9;	
}





#tvmask{
	width:400px;
	height:450px;
	
	position:absolute;
	top:220px;
	right:0px;
	
	z-index:15;
}

#tvframes{
	width:350px;
	height:200px;
	
	position:absolute;
	top:257px;
	right:25px;
	
	z-index:10;
}





/* navigation */

#navigationbox{
	width:980px;
	height:44px;
	position:absolute;
	top:4px;	
	
	font-family:Calibri, Verdana;
	font-size:16pt;
	
	float:left;

}

#navigationbox ul {
    margin:0;
    padding:0;
    list-style:none;
}

#navigationbox li{
	float:left;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	height:34px;
}



.navigationbox_item{
	background-image:none;
}

.navigationbox_item:hover{
	background-image:url(grafiken/navigationBackgroundHover.png);
	background-repeat:repeat-x;
}


#navigationbox a{
	color:#ffffff;
}

#navigationbox a:hover{
	background-image:none;
}


#navigationActive{
	background-image:url(grafiken/navigationBackgroundActive.png);
	background-repeat:repeat-x;
}


#navigationActive a{
	color:#505050;
}

#navigationActive:hover{
	background-image:url(grafiken/navigationBackgroundActive.png);
	cursor:pointer;
}




/* sidebar */

#sidebar{
	width:360px; /* 400px - padding */

	position:absolute;
	top:220px;
	right:0px;
	
	padding:20px;
	
	text-align:left;
	
	z-index:20;
}









/* content */

#contentboxcolor{
	background-color:#ffffff;	
}

#contentbox{
	width:1000px;
	background-color:#ffffff;
	text-align:left;
	margin: 0px auto; /* Auf Kompatibilität prüfen! */
}


#content{
	width:580px; /* 1000px - 420px */
	padding-left:20px;
	padding-right:400px;
	padding-top:30px;
	padding-bottom:30px;
	
	background-color:#ffffff;
	
	color:#505050;
	font-family:Calibri, Verdana;
	font-size:13pt;
}



/* footer */

#footerbox{
	background-image:url(grafiken/content_shadow.png);
	background-repeat:repeat-x;
	background-position:top;
	height:39px;
	overflow:visible;
}

#footerposition{
	width:1000px;
	margin: 0px auto; /* Auf Kompatibilität prüfen! */
}

#footer{
	padding:20px;
	width:980px;
	
	color:#beb6b6;
	font-family:Calibri, Verdana;
	font-size:11pt;
}




/* 
#################################################################
# Schrift- und Absatzdefinitionen								#
################################################################# 
*/


/* Allgemeine Schriftelemente */

h1{ /* Seitenüberschrift */
	font-family:Calibri, Verdana;
	font-size:18pt;
	font-weight:normal;
	color:#89acb9;
	margin-top:0px;
}

h2{ /* Sidebarheadline */
	font-family:Calibri, Verdana;
	font-size:11pt;
	font-weight:bold;
	color:#505050;
	margin-bottom:0px;
	padding-top:10px;
}

h3{ /* Text fett */
	font-family:Calibri, Verdana;
	font-size:12pt;
	color:#ffffff;
	font-weight:normal;
}


h4{ /* Absatzueberschrift */
	font-family:Verdana;
	font-size:10pt;
	font-weight:bold;
	color:#f19000;
	margin-bottom:3px;
	margin-top:0px;
}



p{ /* Standard-Absatz */
	font-family:Calibri, Verdana;
	font-size:11pt;
	line-height:1.5;
	color:#505050;
}



/* Eigene Klassen-Schriftdefinitionen */

.text{
	font-family:Verdana;
	font-size:10pt;
	color:#474747;
}

.textklein{
	font-family:Verdana;
	font-size:8pt;
	color:#474747;
}


.textfett{
	font-family:Verdana;
	font-size:10pt;
	font-weight:bold;
	color:#474747;
}



/* Navigations-Stile */





/* Meldungen */





/* 
#################################################################
# Links															#
################################################################# 
*/


/* default */

a:link {
	text-decoration:none;
	color:#c1c5c0;
}
a:visited {
	text-decoration:none;
	color:#c1c5c0;
}
a:hover {
	text-decoration:none;
	color:#6b6f6c;
}
a:active {
	text-decoration:none;
	color:#c1c5c0;
}
a:focus {
	text-decoration:none;
	color:#6b6f6c;
}



/* sidebar */

a.linkSidebar:link {
	text-decoration:none;
	color:#c1c5c0;
}
a.linkSidebar:visited {
	text-decoration:none;
	color:#c1c5c0;
}
a.linkSidebar:hover {
	text-decoration:none;
	color:#ffffff;
}
a.linkSidebar:active {
	text-decoration:none;
	color:#c1c5c0;
}
a.linkSidebar:focus {
	text-decoration:none;
	color:#ffffff;
}


/* sidebar2 (hellerer link) */

a.linkSidebar2:link {
	text-decoration:none;
	color:#ffffff;
}
a.linkSidebar2:visited {
	text-decoration:none;
	color:#ffffff;
}
a.linkSidebar2:hover {
	text-decoration:none;
	color:#f19000;
}
a.linkSidebar2:active {
	text-decoration:none;
	color:#ffffff;
}
a.linkSidebar2:focus {
	text-decoration:none;
	color:#f19000;
}



/* navigation */







/* 
#################################################################
# Formularelemente												#
################################################################# 
*/


.button {
	font-family:Verdana;
	color:#ffffff;
	background-color:#a39f93;
	font-size:10pt;
	vertical-align:middle;
	border:1px solid #a6a6a6;
	cursor: pointer;
}

.buttonhover {
	font-family:Verdana;
	color:#ffffff;
	background-color:#f19000;
	font-size:10pt;
	vertical-align:middle;
	border:1px solid #a6a6a6;
	cursor: pointer;
}


.formularfeld {
	font-family:Verdana;
	color:#808080;
	font-size:10pt;
	border:1px solid #a6a6a6;
	background-color:#f5f5f5;
}


.formularfeldhover {
	font-family:Verdana;
	color:#505050;
	font-size:10pt;
	border:1px solid #505050;
	background-color:#ffffff;
}




/* 
#################################################################
# Sprachwahl													#
################################################################# 
*/

/* Select Language  */

#selectLanguage{
	width:auto;
}

#selectLanguage:hover{
	background-color:#ffffff;
	cursor:pointer;
}


#selectLanguageLanguagesBox{
	display:none;  /*wird via JS aktiviert */
	
	background-image:url(grafiken/greyout.png);
	background-repeat:repeat;
	
	width:100%;
	height:100%;
	position:fixed;
	z-index:100;	
}

#selectLanguageLanguages{
	
	position: absolute; 
	left: 50%; 
	top: 50%; 
	text-align:center; 
	width: 100%; 
	margin-left: -50%;
	color:#ffffff;
}

.flagbox{
	font-family:Verdana;
	font-size:14px;
	vertical-align:middle;
	color:#ffffff;
	padding-right:30px;
}

.flagbox:hover{
	font-family:Verdana;
	font-size:14px;
	vertical-align:middle;
	background-color:#ffffff;
	color:#505050;
	padding-right:30px;
	cursor:pointer;
}







/* 
#################################################################
# Sonstige Elemente												#
################################################################# 
*/


/* Spamschutz - Disabled Formfield */

.formularfeld_spec{
	display:none;
}






/* Horizontale Linien */

hr{
	size:1px;
	color:#a0a0a0;
	background-color:#a0a0a0;
	border-bottom:1px solid #ffffff;
	margin-top:-5px;
}

