/*<![CDATA[*/ 

@import url(style_lightbox.css);

/* Allgemein */
#inhaltbewerbung {
	background-color: #dcdfe7;
	line-height: 1.2em;
}

#inhaltbewerbung .inner {
	padding: 10px;
	background: none;
}

#inhaltbewerbung h1 {
	float: left;
	width: 644px;
	padding: 8px 10px;
	margin: 0 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	background-color: #49526B;
	color: #FAF1D3;
}


#sprung-select {
	float: right;
	text-align: right;
	font-size: 0.9em;
	padding: 0 0 3px 0;
}

#sprung-select select {
	font-size: 1em;
}
#sprung-select .kl {
	font-size: 0.9em;
}

#logout {
	float: left;
	text-align: left;
	font-size: 0.9em;
	padding: 0 0 3px 0;
}

#schritte {
	float: right;
}

.maske td {
	vertical-align: top;
}

.maske .infolink {
	float: left;
	padding: 0 5px 0 0;
}

.liste {
	background-color: #FFF;
	border: 1px solid #5c6071;	
}

.liste .tdbg1 {
	background-color: #FFF;
}
.liste .tdbg2 {
	background-color: #eff1f6;
}
.liste .tdbg3 {
	background-color: #d5d7dd;
}
.liste th {
	color: #fff;
	background-color: #4a536b;
	text-align: left;
}

.allinfo .liste .liste th {
	background-color: #848fab;
}

/* hover bei Komparsensuche */

a.help {
	color: #49526b;
	text-decoration: none;
	border-bottom: 1px dashed #49526b;
}
a:hover.help {
	color: #af071f;
	text-decoration: none;
	border-bottom: 1px dashed #af071f;
}

.hover {
	position: absolute;
	display: none;
	width: 200px;
	color: #FFF;
	background-color: #49526b;
	padding: 5px 10px;
	font-size: 0.9em;
	border: 1px solid #FFF;
	line-height: 1.3em;
}

.hover .nummer {
	color: #d2d2d2;
	font-size: 0.9em;
}

.hover h4 {
	font-size: 1.2em;
	border-bottom: 2px solid #b2b2b2;
	padding: 0 0 2px 0;
	margin: 0px 0;
}



a {
	color: #626262;
	text-decoration: underline;
}

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


form {
	padding: 0;
	margin: 0;
}

p {
	padding: 0;
	margin: 0 0 8px 0;
}


.hr {
	border-bottom: 1px solid #d4d4d4;
	margin: 0;
}

.hr hr {
	display: none;
}

img {
	border: 0;
	/*margin: 0;
	padding: 0;*/
}

table {
	font-size: 1.0em;
	border: 0;
}

/*//////////////////////////////////////////////////////////////////////////////////*/

/* Seitenrahmen */
#seite {
	width: 760px;
	padding: 0;
	margin: 22px auto 0 auto;
}

#seitenbg {
	float: left;
	width: 760px;
	padding: 0;
	margin: 0;
	background: url(images/sidebar_bg.gif) top left repeat-y;
}

#print-adresse {
	display: none;
}

#inhalt {
	padding: 0 18px;
}

#inhalt ul {
	/*list-style: none;*/
}
#inhalt ul li {
}

#inhalt dt {
	margin-top: 10px;
	color: #901e21;
}

#inhalt .klein {
	font-size: 0.9em;
}

/* Menu */

#menuleiste {
	float: left;
	width: 234px;
}

#menu {
	float: left;
	width: 234px;
	
}

#menu ul {
	float: left;
	width: 192px; /* 234 - 42 */
	padding: 10px 0 0 42px;
	margin: 0px;
	list-style: none;
}

#menu li {
	float: left;
	width: 186px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#menu li a {
	float: left;
	width: 174px; /* 186 - 12 */
	padding: 3px 0 3px 12px;
	margin: 0px;
	font-size: 1.2em;
	text-decoration: none;
	color: #6e6e6e;
	border-bottom: 1px solid #ededed;
}
#menu li a:hover {
	background-color: #ededed;
}

#menu li.aktiv a {
	color: #901e21;
}
#menu li#last a {
	border-bottom: 0px;
}

#schulobjekt {
	float: left;
	background: url(images/fueller.jpg) bottom left no-repeat;
}


/* Kontaktformular */

.input-halb, .input-voll, .input-voll-gr,
.textarea-voll, .textarea-voll-gr {
	color: #2c304b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-size: 0.95em;
}

.input-halb {
	width: 320px;
}

.input-voll, .textarea-voll {
	width: 320px;
}

.input-voll-gr,
.textarea-voll-gr {
	width: 470px;
}


/* Footer */
#footer {
	float: left;
	width: 760px;
	padding: 5px 0 0 0;
	font-size: 0.8em;
	background: url(images/footer_bg.gif) top left no-repeat;
}

#footer .copyright {
	float: left;
	padding: 0 0 0 50px;
}
#footer .webdesign {
	float: right;
	padding: 0 50px 0 0;
}

#footer a,
.footer a {
	color: #fff;
}
#footer a:hover {
	color: #901e21;
	text-decoration: none;
}

#footer strong {
	display: none;
}

/*//////////////////////////////////////////////////////////////////////////////////*/

/* Meldungen */
.meldung {
	color: #008000;
	font-weight: bold;
}

.fehler {
	color: #E32500;
	font-weight: bold;
}

/*//////////////////////////////////////////////////////////////////////////////////*/

/* Farben */
.rot {
	color: #ec1c05;
}

.gruen {
	color: #008000;
}


/*]]>*/ 
