@import url(format.css);

/* ------- FRAMEWORK -------  */

body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	height: 100%;
	background-color: #FFF;
	font-size: 13px;
	background: #366296 url("../images/body_back.jpg") repeat-x 0 0;
}

a,
a:link {
	color:#0000FF;
	text-decoration:none;
}

a:visited {
	color:#0000FF;
}

a:hover,
a:active {
	color: #000;
}

#brand {
left:0;
position:absolute;
top:0;
}

/*####### WRAPPER ##########*/
div#wrapper {
	position:absolute;
	top: 0;
	left: 50%;
	width: 960px;
	margin-left:-480px;
	background-color:#FFFFFF;
}


/*########## HEADER #########*/
div#header {
	height:242px;
	background-color: #E8EBF0;
	position: relative;
}

/*########## NAVIGATION #########*/
div#navigation {
	position: absolute;
	bottom: 10px;
	left: 0;
	width:100%;
}

/*########## PAGE #########*/
div#page {
	padding:30px 0;
}

/*########## CONTENT ############*/
div#content {
	width:650px;
	float:right;
	margin-right: 50px;
	line-height: 1.3em;
}

/*########## SIDEBAR ############*/
div#sidebar {
	float:left;
	min-height: 300px;
	width: 200px;
}

/*########## FOOTER #########*/
div#footer {
}


/* --------------------- 
		Header
   --------------------- */
div#header div.pano {
	background: url("../images/pano_verein.jpg") no-repeat 0 0;
	height:127px;
	left:0;
	position:absolute;
	top:76px;
	width:100%;
}

div#header div.logo {
	height:50px;
	position:absolute;
	right:30px;
	top:20px;
	width:130px;
}

div#header div.suche {
	position: absolute;
	top: 10px;
	left: 50px;
	width: 400px;
	height: 50px;
}

div#header div.suche div.searchfield {
	background: url("../images/hg_suchen.gif") no-repeat 0 0;
	position: absolute;
	height:37px;
	width:373px;
	padding:2px 8px;
}

div#header div.suche div.searchfield input {
	border: 1px solid #FFF;
	font-size:1.5em;
	width:345px;
}

div#header div.suche div.searchbt {
	position:absolute;
	right:0;
	top:7px;
}

div#header div.suche span.text {
	bottom:0;
	font-size:0.9em;
	left:0;
	line-height:1.2em;
	position:absolute;
}


/* --------------------- 
		Navigation
   --------------------- */

#navigation a.login { font-weight:bold; }

div#navigation ul {
	margin: 0 0 0 45px;
	list-style: none;
	line-height: normal;
}

div#navigation ul.profil {
	float: right;
}


div#navigation li {
	float: left;
	border-left: 1px solid black;
}

div#navigation li.first { border-left: 0 none; }
div#navigation li.first a { padding-left: 0; }

div#navigation a {
	color:#000000;
	display:block;
	font-weight:normal;
	padding:0 10px;
	text-decoration:none;
	text-transform: uppercase;
}

div#navigation a:hover, 
div#navigation li.active a {
	color: #000;
}

/* --------------------- 
		Sidebar
   --------------------- */
div#sidebar div.box {
	margin-bottom:20px;
	min-height:24px;
	padding-left:37px;
	background-position: 0 2px !important;
}
   
div#sidebar div.box a {
	color: black;
	display:block;
}

div#sidebar div.box h3 {
	font-size:0.9em;
	height:16px;
	line-height:1.3em;
	margin-bottom:10px;
	padding-top:0;
}

div#sidebar div.box ul li {
	padding-bottom: 2px;
}

div#sidebar div.box div.filter ul li {
	float: left;
	height:25px;
	width:25px;
}

div#sidebar div.box div.filter ul li.active {
	font-weight: bold;
}

div#sidebar div.box div.filter {
	display: inline-block;
	width:13.4em;
}

div#sidebar div.box select {
	background-color: #FFFFFF;
	width:177px;
}   

div#sidebar div.info {
    color: #999999;
    font-size: 0.85em;
    line-height: 1.4em;
    margin: 0 0 0 37px;
}


/* --------------------- 
		Content
   --------------------- */

legend {
	font-weight: bold;
}


div#content h1,
div#content h2{
	font-size:1.3em;
	line-height:1.2em;
	padding-bottom:15px;	
}
div#content h3{
	font-size:1.1em;
	line-height:1.1em;
	padding: 2px 0;	
}

div#content p {
	padding-bottom: 15px;
}

div#content p.titel {
	float: left;
}

div#content p.print {
	float: right;
	padding-top:17px;
}

span.order span img {
	width: 9px;
	height: 9px;
	float:left;
}

span.order span {
	overflow:hidden;
	margin-top:5px;
}

span.order span.down  {
	background: url("../images/pfeile.png") no-repeat 0 0;
	width: 9px;
	height: 9px;
	display:inline-block;
}

span.order span.up  {
	background: url("../images/pfeile.png") no-repeat -9px 0;
	width: 9px;
	height: 9px;
	display:inline-block;
}

table.login {
	width: auto;
}

table.login td {
	padding: 10px 10px 0 0;
}

table thead {
	border: 1px solid #CCC; 
}

div.errors {
	background-color: #FAEBE7;
	border: 1px solid #F16048;
	color:#DF280A;
	font-weight: bold;
	padding: 7px;
	margin-bottom:20px;
}

div.infos {
	background-color: #FFF;
	border: 1px solid green;
	color: green;
	font-weight: bold;
	padding: 7px;
	margin-bottom:20px;
}

tbody td.label {
	width: 160px;
}

span.req {
	color: red;
	margin-left: 5px;
}

.formerror {
	background-color: yellow !important;
}

input[type="text"],
input[type="password"],
textarea {
	width: 250px;
	background-color: #FFF;
}

button.submit,
button.back,
button.button {
	width: 200px;
	background-color:#FFF;
	border: 1px solid #CCC;  
}

input.submit {
	width: 200px;
	background-color:#FFF;
	border: 1px solid #CCC;  
}

button.back {
	width: 160px;
}

input.plz {
	width: 70px;
}
input.ort {
	width: 173px;
}

input.zeit {
	width: 45px;
}


