/**  =========================================================
Stylesheets für Login-Seiten
Datei:  login_acc.css
Datum:  17.02.2010
Autor:  Thomas Michalski
========================================================== **/

#basic-accordian{
	border: 1px solid #000066;
	margin-bottom: 10px;
}
.tab_container *{
	float: left;
	font-size: 1.0em;
	font-weight: normal;
}
.accordion_headings1{
	width: 199px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #000066;
	border-right: 1px solid #000066;
	background: url(../images/content_heading.gif) repeat-x;
	text-align: center;
	cursor: pointer;
}
.accordion_headings2{
	width: 198px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #000066;
	background: url(../images/content_heading.gif) repeat-x;
	text-align: center;
	cursor: pointer;
}
.accordion_headings1:hover,
.accordion_headings2:hover {
	background: url(../images/content_heading_a.gif) repeat-x;
}
.accordion_child {
	width: 528px;
	background: url(../images/gradient.png) repeat-x 0 0;
	padding:35px;
}
.header_highlight{
	background: url(../images/content_heading_a.gif) repeat-x;
}

div.accordion_child h3 {
	color: #6699FF;
	font-weight: normal;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
div.accordion_child p {
	color: #FFFFFF;
	line-height: 1.5em;
	margin-bottom: 10px;
}
div.accordion_child p.yellow {
	color: yellow;
	margin: 0;
}

/** BEGIN form**/
form { margin-top: 30px; }

label.benutzer {
    float: left;
    width: 120px;
    padding-top: 5px;
    text-align: right;
    margin-right: 20px;
}

input.benutzer {
    display: block;
    margin-bottom: 10px;
    padding: 2px;
    width: 180px;
}

input.absenden { margin-left: 140px; }

textarea.benutzer {
    display: block;
    margin-bottom: 10px;
    padding: 2px;
    width: 250px;
    height: 150px;
}

h3.error {
	color: yellow;
	margin-left: 140px;
}
/** END form**/


/* ======================================= 
   E N D E   login_acc.css 
   ======================================= */