/* CSS Document */

a:link    { color: #33A342; text-decoration:underline; }    /* noch nicht besuchter Link */
a:visited { color: #33A342; text-decoration:underline; }   /* schon besuchter Link      */
a:hover   { color: #33A342; text-decoration:underline; }  /* Benutzer 'hovert'         */
a:active  { color: #33A342; text-decoration:underline; }   /* Link wird ausgewhlt      */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0;
	padding:0;
}

#header{
	height:100px;
	border-bottom: 3px solid #33A342;;
}

#empty_block{
	display:none;
}

#header_title{
	display:none;
}

#body{
	display:table; /* because otherwise Mozilla doesn't understand the width correctly*/
	width:100%;
}

#navigation{
	display:none;
}

#language{
	display:none;
}

#main, #main_start{
	margin-left:175px;
	padding-top:10px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:25px;
	border-left: 5px solid #33A342;
	min-height:325px;
	max-width:600px;
}

#footer{
	border-top: 1px solid #33A342;
	padding-left:25px;
	border-left: 5px solid #33A342;
	font-size:10px;
	color:#999999;
}

.form_input{
}
.form_radio_button{
}
.form_button{
	width:150px;
}

.form_input_captcha{
	width:150px;
	top:-8px;
	position:relative;
}

.form_input_small{
	width:150px;
}

span.error{
	margin:0px;
	padding:0px;
	font-size:10px;
	color:#FF0000;
}

fieldset{
	width:600px;
	padding:5px;
	margin-bottom:15px;
}

legend{
	font-style:italic;
	font-size:16px;
	color:black;
}

#archive_tableofcontents{
	float:left;
	padding-right:25px;
}

#archive_edition{
	float:left;
	position:relative;
	top:-45px;
	border-left: 1px solid #33A342;
	padding-left:25px;
	max-width:400px;
}

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

.minimize { display:none; }
.maximize { display:block; }
