/*
================================================
Master CSS
Version: 1.0
Letze Änderung: 01.07.2011 (Marcel Piller)
================================================

*/


/*
==================
Grundeinstellungen
==================
*/

/* Universal Selektor */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;  /* besser wenn border auch gleich reseted wird (Michel) */
}


html, body {
height:100%;
width:100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;

}


img {

}
	
/*Titel*/
h1 {
color: #a9a9a9;
font-size: 22px;
font-weight: bold;
padding-bottom: 16px;
font-family: Georgia, "Times New Roman", Times, serif;
	
}

h2 {
color: #176ECF;
font-size: 13px;
font-weight: normal;
padding-bottom: 8px;
font-weight: bold;
	
}

h3 {
color: #000000;
font-size: 18px;	
}

/*Generelle Links*/
a {color: #2E85E6;; text-decoration:none; }
a:link {color: #2E85E6;; text-decoration:none;}
a:visited {color: #2E85E6;; text-decoration:none;}
a:hover {text-decoration: none; }
a:active {text-decoration: none; }


/*Icons automatisch*/

a[href $='.pdf'] {
   padding: 5px 0 5px 20px;
   background: url(../icons/pdf.gif) no-repeat center left;
}

a[href $='.wmv'] {
   padding: 5px 0 5px 20px;
   background: url(../icons/movie.gif) no-repeat center left;
}

a[href $='.xls'] {
   padding: 5px 0 5px 20px;
   background: url(../icons/xls.gif) no-repeat center left;
}

a[href $='.doc'] {
   padding: 5px 0 5px 20px;
   background: url(../icons/doc.gif) no-repeat center left;
}
    
/*a[class*="internal-link"]  { 
  padding: 5px 0 5px 20px;
  background: url(../icons/link.png)  no-repeat center left;
}*/


/*Wrapper DIV*/
#intern #wrapper {
	width: 1000px;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: none !important;


}

#intern .detail{
	width: 420px !important; 
	padding-top: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: none !important;


}

#intern .produktetabelle input {
	width: 30px !important;
	margin: 0px !important;
}

.produktetabelle td {
	border-left: 1px #CCC outset;
	border-bottom: 1px #CCC outset;
	padding: 3px;
}

.produktetabelle {
	margin-left: -110px;
}

#wrapper {
	/*height: 500px;*/
	width: 660px;
	background-image: url(../bilder-design/stripes.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 60px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;



}

#left {
float: left;
width: 150px;
}

#right {

}


/*
==================
Head Bereich
==================
*/

#header {
	background-image: url(../bilder-design/header-bg.png);
	height: 160px;
	padding: 0px;
	margin: 0 0 10px 0;
	width: 600px;

}



/*
==================
Navigation
==================
*/

#navigation {
float: left;
width: 630px;
margin: 0px;
padding: 20px 0px 20px 0px;

}
	



#navigation li{
margin: 0px 0px 0px 4px;
padding: 0px;
float: left;
list-style-image:none;
list-style-type:none;
}

#navigation a {
	display: block;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 0 10px;

}

#navigation a:hover {
	border-bottom: 2px solid #A9A9A9;
	margin-bottom: -2px;
}




/*
==================
Inhalt-Bereich
==================
*/	

#content {
	clear: left;
	width: 600px;

}

/*
==================
Footer-Bereich
==================
*/	

#footer {
background-image: url(../bilder-design/footer-bg.png);
bottom:0;
padding: 8px 15px;
position:fixed;
width:100%;
z-index: 1000;
color: #fff;
}

#footer a {color: #fff; text-decoration:none; }
#footer a:link {}
#footer a:visited {}
#footer a:hover {text-decoration: underline; }
#footer a:active { }




/*Formulare*/
legend {
padding: 20px 5px 20px 5px;
/*color: #a9a9a9;*/
color: #2E85E6;
font-size: 16px;
font-weight: normal;
font-family: Arial, Verdana, sans-serif;

}

fieldset {
border: 1px solid #777; /*Farben anpassen*/
display: block;
padding: 5px;

}

label {
width: 120px; /*Breiten anpassen*/
text-align: right;
float: left;
padding: 0px 10px 10px 0px;
}

.verpflegungstabelle, .shuttlebustabelle {
font-size: 16px;
}

.verpflegungstabelle input, .shuttlebustabelle input {
margin-bottom: 0px;
}


input {
border: 1px solid #777; /*Farben anpassen*/
margin-bottom: 10px;
width: 150px;
}

.buchungsdatum input {
	width: 30px;
	float: none;
	margin: 0 19px 0 0;
}
.detail input[type="radio"] {
	width: 30px;
}
input[type="radio"],input[type="checkbox"] {
border: none;	
}

#zahlungsmethoden input[type="radio"] {
width: 30px;
float: left;
margin: 3px 0 0 0;
}

#zahlungsmethoden label {
width: 300px;
text-align: left;
}

.detail label {
text-align: left;
padding-bottom: 0px;
}

textarea {
border: 1px solid #000; /*Farben anpassen*/
}

.absendeknopf {
border: 1px solid #8da25e;
font-weight: bold;
background-color: #fff;
color: #000;
margin: 10px 0 10px 80px;
/*optional*/
float: left;
}

.plzfeld {
width: 40px;
}

.ortsfeld {
width: 98px;
}

.verpflegungsfeld, .shuttlefeld {
width: 50px;
font-size: 25px;
}

.weiter {
width: 110px;
}

.fehlertext {
color: #000;
font-weight: bold;
background-color: #f99;
padding: 2px;
border: 1px solid #f00;
width: 375px;

}

.formfehler {
border: 1px solid #f00;

}

/*optional*/
.pflichtfelder {
	font-weight: bold;
}

.pflichtfelder .star {
	color: #FF0000;
}

.contenttable{
margin-left: -3px;

}

.bodytext {
/*float: left;*/
margin: 0;
padding: 0;

}




.clearer {
clear: left;
float: left;
display: inline;
}

.error, .success, .information, .zuordnungstext {
	width: 350px;
	margin: 10px 0;
	padding: 5px;
}

.error {
	background-color: #FFCC99;
	border: 1px solid #FF0000;
	background-image: url(../bilder-design/warning-bg.gif);
	background-repeat: no-repeat;
	padding-left: 45px;
	background-position: 0px 5px;

}

.success {
	background-color: #33FF99;
	border: 1px solid #006600;
	background-image: url(../bilder-design/success-bg.gif);
	background-repeat: no-repeat;
	padding-left: 45px;
	background-position: 0px 5px;
}

.information {
	background-image: url(../bilder-design/info-bg-rot.gif);
	border: 1px solid #D30207;
	background-color: #FF6868;
	background-repeat: no-repeat;
	padding-left: 45px;
	background-position: 0px 5px;
} 


.zuordnungstext {
	border: 1px solid #6CA8EA;
	background-color: #B3D7FF;
	padding: 10px;
} 

.btn-zuordnen {
	font-weight: bold;
	cursor: pointer;
}

.btn-zuordnen img {
	float: left;
}


.importpreview th, .importpreview td {
	padding: 3px !important;
}

.importpreview th {
	text-align: left;
}

.kleinertext {
	font-size: 12px;
}

.verpflegungsfeld-edit, .carfahrt-edit {
	width: 30px !important;	
}

.betrag-edit {
	width: 60px !important;
}

.inaktiv {
	background-color: #DDDDDD;
	display: none;
}

/*Checkbox in Hidetoggler auf Übersichtsseite kleiner anzeigen*/
#hide-toggler input {
	width: 30px!important;
}
