﻿/* Farben 

    Dunkel Blau: #011E48
    Hell Blau: #0181ca
    Gelb: #FFD500

*/


html
{
	scrollbar-face-color:#FFD500;
    scrollbar-highlight-color:#0181ca;
    scrollbar-3dlight-color:#FFD500;
    scrollbar-darkshadow-color:#FFD500;
    scrollbar-shadow-color:#0181ca;
    scrollbar-arrow-color:#0181ca;
    scrollbar-track-color:#0181ca;
}

body 
{
	font-family:Arial;
	font-size:10pt;
    background-color:#011E48;
}

a
{
	color: #0181ca;
	text-decoration:none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
	color:#011E48;
}

.imgRahmen
{
	border:solid 1px #0181ca;
	padding:4px;
}

.pagebodyBack
{
	position:absolute;
	width: 751px;
	left: 50%;
	margin-left: -458px;
	margin-top: -58px;	
	background-image: url(grafik/backLines.jpg);
	background-position: left top;
    background-repeat:repeat-y;
    padding-top:240px;
    padding-left:175px;
}

.pagebody
{
    position: absolute;
    height:inherit;
    width:916px;
    height:899px;
	top:41px;
    left:0px;
    background-image: url(grafik/back.jpg);
    background-repeat:no-repeat;
}

.content
{
	width:480px;
	top:210px;
	left: 175px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}

.contentPanel
{
	position:relative;
	width:502px;
	background-color:#FFD500;
	background-image:url(grafik/content.gif);
	background-position:top top;
	background-repeat:no-repeat;
}

.navigation
{
	position:absolute;
	top:176px;
	left: 177px;
	width: 705px;
	height: 28px;
}

.navigationPic
{
	display:block;
	float:left;
}

.navigationFilialen
{
	position:absolute;
	width: 105px;
	top:175px;
	left:34px;
	background-color:#011E48;
}

.navigationFilialenPic
{
	display:block;
}

.flashHeader
{
	position: absolute;
	width: 738px;
	height: 127px;
	left: 177px;
	top: 39px;	
}

.paneRight
{
	position:absolute;
	width:150px;
	top:233px;
	left:745px;
	z-index:99999;
}

.panelInfo1
{
	width:150px;
	height:135px;
	background-color:#5B84A0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-filter:alpha(opacity=80);
	-moz-opacity:0.80;  
}

.panelInfo1Content
{
    position:absolute;
    top:10px;
    left:5px;
	width:150px;
	height:135px;
}

.panelInfo2
{
	width:150px;
	height:165px;
	background-color:#5B84A0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-filter:alpha(opacity=80);
	-moz-opacity:0.80;  
}

.panelInfo2Content
{
    position:absolute;
    top:185px;
    left:5px;
	width:150px;
	height:165px;
	z-index:99999999;
}

.panelInfo3
{
	width:150px;
	height:375px;
	background-color:#5B84A0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    -filter:alpha(opacity=80);
    -moz-opacity:0.80;  
}

.panelInfo3Content
{
    position:absolute;
    top:390px;
    left:5px;
	width:150px;
	height:375px;
}

.tbFilmsuche
{
	width:130px;
	height:15px;
	border: solid 1px #000;
	font-size:11px;
	font-weight:bold;
}

/* BUTTONS UND INPUT FELDER */
.tb200BlueBorder
{
    width:200px;
    border: solid 1px #0181ca;
    font-size: 8pt;
}

.tb300
{
    width:300px;
    border: solid 1px #FFD701;
    font-size: 8pt;
}

.tb450
{
    width:425px;
    border: solid 1px #FFD701;
    font-size: 8pt;
}

.Buttons
{
    Background-Color:#FFd600;
    background-image:url(grafik/buttonBack.jpg);
    background-repeat:repeat-x;
    background-position:top left;
    Border: solid 1px #0181cc;
    Font-Size:11px;
    font-weight: bold;
    Color:#011E48;
    margin-top: 10px;
}

.ButtonsDark
{
    Background-Color:#0082CA;
    background-repeat:repeat-x;
    background-position:top left;
    Border: solid 1px #011E48;
    Font-Size:11px;
    font-weight: bold;
    Color:#fff;
    margin-top: 10px;
}

/* BUTTONS UND INPUT FELDER ENDE */


/* FILIALEN.ASPX */

.collapsePanelHeader{	
	width:400px;		
	height:30px;
	color:#FFD701;
    font-family: Arial;
  	font-size: 18px;
  	font-weight: bold;
}

.collapsePanel {
	width:400px;		
	overflow:hidden;
	z-index:100000;
	position:relative; 
}

.panelFilialendaten
{
    position:relative; 
	width: 380px;
	background-image:url(grafik/backLine350.jpg);
	background-repeat:repeat-y;
	color:#fff;
	padding: 10px;
	border: solid 1px #000;	
	z-index:999999;
}

/* Nur für Mozilla */
div> .panelFilialendaten
{
	min-height:225px;
}

.expand
{ 
	float: left; 
	vertical-align: middle;
}

div> .expand
{
	margin-top: 5px;
}

.modalPopup {
	background-color:#FFD701;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:225px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.buttonEditTipp
{
	position:absolute;
	margin-left:390px;
	top:365px;
	left:50%;
	width:75px;
	text-align:center;
}

.buttonEditTop20
{
	position:absolute;
	margin-left:390px;
	top:565px;
	left:50%;
	width:75px;
	text-align:center;
}

#panelFeedback
{
	position:absolute;
	left:50%;
	margin-left: -100px;
	width:200px;
	top:200px;
	display:none;
	padding:5px; color:#fff; text-align:center; font-size:9px;	
}

/* FILIALEN.ASPX ENDE */

/* FILEUPLOAD */
.buttonEditNews
{
	position:absolute;
	left:50%;
	margin-left:-410px;
	top:690px;
	width:75px;
	text-align:center;
}

.fileUploading
{
	width: 480px;
	height: 450px;
	padding:0px;
	border: 0px solid #FFD701;
	background-color:#FFD701;
}

.modalPopupFileUpload
{
	background-color:#FFD701;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:495px;
}
/* FILEUPLOAD ENDE */

/* SCHRIFTEN */
.red
{
	font-size:15px;
	color:#ff0000;
	font-weight:bold;
}

.blue
{
	font-size:15px;
	color:#0181ca;
	font-weight:bold;
}
/* SCHRIFTEN ENDE */

.CuteEditor
{
	position:relative;
	z-index:9999999;
	color: #000;
	font-size: 10px;
}
