
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
text-align:center;
background: #DDD;
font-family: Arial, Helvetica, sans-serif;
}

a{
color: #39a4c4;
}

/* ------------------------------- Container and Box definitions for the basic Layout ------------------------------- */

#container {
margin: 0px auto;
text-align:left;
width: 900px;
padding: 0px;
}

#column_left {
width: 200px;
float: left;
}

#column_right {
width: 700px;
float: right;
}

#menu {
height: 170px;
background: url(verlauf.jpg);
}

#signet {
width: 170px;
height: 50px;
margin: 45px 0 0 20px;
float: left;
background:url(signet.gif) no-repeat;
}

#accountbar {
float: right;
margin-top: 25px;
text-align:right;
}

#box1 {
height: 100px;
background:url(logo.gif) no-repeat;
}

#box2 {
height: 40px;
background:url(bluecorner.gif) no-repeat;
}

#header {
height: 100px;
}

#image {
height: 170px;
background: url(image.jpg);
}

#content {
background:#FFFFFF;
padding: 20px;
}

#imprint {
height: 100px;
}

#footer {
height: 25px;
background:url(footer.gif) no-repeat;
}

#copyright{
height: 30px;
text-align: center;
font-size: 14px;
color:#333333;
}

#copyright a{
font-size:14px;
color: #444444;
text-decoration:none;
font-weight: bold;
}

#copyright a:hover{
color: #39A4C4;
text-decoration:underline;
}

#designby{
height: 30px;
text-align: right;
float: right;
font-size: 10px;
color:#333333;
}


/* ------------------------------- Menu ------------------------------- */

#menu a{
font-size:12px;
color: #444444;
text-decoration:none;
font-weight: bold;
}

#menu a:hover{
color: #39A4C4;
text-decoration:none;
}

#menu ul{
margin: 0px;
padding: 5px 0 5px 15px;
list-style-type: none;
}

#menu li{
padding: 5px 0 0 0;
}

/* ------------------------------- Accountbar ------------------------------- */

#accountbar form{
font-size: 12px;
color: #39A4C4;
margin-bottom: 10px;
font-weight:bold;
line-height:200%;
}

#accountbar label{
color: #666;
font-size: 12px; margin: 0 5px 0 15px; display: inline;
}

#accountbar .inputfield{
padding: 2px 0 2px 4px;
font-size:11px;
width: 100px;
}

#accountbar .submit{
color: #FFF;
padding: 1px;
margin: 0 0 0 15px;
text-align: center;
background-color: #39A4C4;
border-left:#fff 1px solid;
border-top:#fff 1px solid;
border-right:#1E5D70 1px solid;
border-bottom:#1E5D70 1px solid;
}

#accountbar a{
font-size: 12px;
color:#444;
text-decoration:none;
}

#accountbar a:hover{
color:#39A4C4;
text-decoration:none;
}

/* ------------------------------- Usermenu ------------------------------- */

#usermenu {
padding: 11px 0 0 20px;
height: 29px;
background:  #99cccc;
color: #444;
text-align: center;
}

#usermenu a{
color: #444;
font-size:12px;
font-weight: bold;
text-decoration:none;
}

#usermenu a:hover{
color: #39A4C4;
text-decoration:none;
}

/* ------------------------------- Imprint ------------------------------- */

#imprint p{
margin: 15px 0 0 13px;
line-height: 200%;
font-size: 12px;
}

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

#content h3, h2{
font-size: 14px;
font-weight:bold;
color:#39A4C4;
}

#content h4.title {
font-size: 16px;
font-weight: bold;
color: #39A4C4;
margin: 0 0 0 0;
}

#content p {
font-size: 12px;
line-height: 150%;
}

#content p.small {
font-size: 10px;
color: #333333;
padding-bottom: 10px;
}

#content p.strong {
font-weight: bold;
}

#content p.last {
padding-bottom: 15px;
margin-bottom: 0px;
}

#content a{
text-decoration:none;
font-weight:bold;
color:#39A4C4;
}

#content a:hover{
font-weight:bold;
color:#f48647;
}

#content hr{
width: 600px;
margin-bottom: 25px;
color: #39A4C4;
background-color: #39A4C4;
clear: both;
}

#content ul{
list-style-type: none;
font-size: 12px;
}

#content ul.list{
color:#CC0000;
font-weight: bold;
list-style-type: none;
font-size: 12px;
}
	
#content span.highlight {
font-weight: bold;
}

#content .submit input{
	color: #FFF;
	font-weight:normal;
	padding: 1px 3px 1px 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #39A4C4;
	border-left:#fff 1px solid;
	border-top:#fff 1px solid;
	border-right:#1E5D70 1px solid;
	border-bottom:#1E5D70 1px solid;
	font-size: 13px;
	text-decoration: none;
}

/* ------------------------------- Forms ------------------------------- */

#content .required label{
font-size: 14px;
}

#content .disabled {
color: #CCCCCC;
}

#content .required .inputTextShort{
margin: 0 5px 0 5px;
border:#666666 1px solid;
padding: 2px;
}

#content div.error {
border: 1px solid #FF0000;
background-color: #FFFFE1;
padding: 7px;
margin: 10px 0px 0px 0px;
}
	
#content p.error {
/*margin: 0 0 7px 0;*/
text-align: center;
font-size:14px;
color: #FF0000;
font-weight: bold;
}

#content fieldset {
padding: 10px;
border-left: #39A4C4 1px solid;
border-top: #39A4C4 1px solid;
border-right: #39A4C4 1px solid;
border-bottom:#39A4C4 1px solid;
margin-bottom: 20px;
}

#content fieldset legend {
color: #000;
}

#content fieldset fieldset {
	border:0px;
}
#content fieldset div {
padding: 5px 0px 5px 0px;
}

#content fieldset div div.multiLineInput {
	padding-top: 3px;
	margin-left: 45%;
	padding-left: 10px;
}
#content fieldset div div.multiLineInput p {
	margin: 0px;
	padding: 0px;
}
#content fieldset div div.multiLineInput input.inputText {
	padding-left: 0px;
	margin-left: 0px;
}

	
#content fieldset div label {
margin-top: 3px;
display: block;
width: 45%;
float: left;
text-align: right;
}
#content fieldset div label em,
#content fieldset div p.note em {
	font-weight: bold;
	color: #F00;
}

#content fieldset div label.labelCheckbox {
width: 100%;
font-size: 14px;
text-align: left;
margin-bottom: 20px;
}

#content fieldset div select {
background-color: #FFFFFF;
border-left: #999 1px solid;
border-top: #999 1px solid;
border-right: #000 1px solid;
border-bottom:#000 1px solid;
margin-left: 10px;
}

#content fieldset div input {
background-color: #FFFFFF;
border-left: #999 1px solid;
border-top: #999 1px solid;
border-right: #000 1px solid;
border-bottom:#000 1px solid;margin-left: 10px;
padding: 3px;
}
	
#content fieldset div input.inputCheckbox {
border: none;
background-color: #FFFFFF;
}
	
#content fieldset div input.labelCheckbox {
width: 100%;
text-align: left;}
		
#content fieldset div input.inputSubmit,
input.inputSubmit {
color: #FFF;
font-weight:normal;
padding: 1px 3px 1px 3px;
margin-right: 3px;
margin-bottom: 0px;
text-align: center;
background-color: #39A4C4;
border-left:#fff 1px solid;
border-top:#fff 1px solid;
border-right:#1E5D70 1px solid;
border-bottom:#1E5D70 1px solid;
font-size: 13px;
text-decoration: none;
}		

#content fieldset div.submit{
text-align: center;
}
	
#content fieldset div p.note {
text-align:center;
color:#666666;
margin: 10px 0 0 0;
font-style: italic;
}


/* ------------------------------- Calendar ------------------------------- */

#cal_list {
margin: 0px 150px 0px 150px;
}

#cal_list td {
line-height:170%;
text-align:center;
width: 350px;
}

#cal_list td table {
line-height:130%;
font-size:12px;
border: 1px #777 solid;
border-collapse: collapse;
border-spacing: 0px;
margin: 1px;
}

#cal_list td table .active {
background-color: #CCCCCC;
}

#cal_list td table .active_sent {
background-color: #ccffcc;
}

#cal_list td table .active_notsent {
background-color: #FFCCCC;
}

#cal_list td table .active_willsend {
background-color: #ccccff;
}

#cal_list td table .active_willnotsend {
background-color:  	#ffcc99;
}

#cal_list td table .normal {
background-color: none;
}

#cal_list td table .today {
border: 2px solid #CC0000;
}

#cal_list td table td{
border: 1px #777 solid;
}
	
/* ------------------------------- User Overview ------------------------------- */
	
#user_index{}	
	
#user_index .info label{
font-size:14px;
padding-right: 10px;
}

#user_index .info span {
margin-top: 3px;
font-size: 14px;
display: block;
font-weight:bold;
color:#39A4C4;
}
	
#user_index .submit a{
color: #FFF;
font-weight:normal;
padding: 3px;
text-align: center;
background-color: #39A4C4;
border-left:#fff 1px solid;
border-top:#fff 1px solid;
border-right:#1E5D70 1px solid;
border-bottom:#1E5D70 1px solid;
font-size: 13px;
text-decoration: none;
}

/* ------------------------------- Additional Stuff ------------------------------- */
	
#formhack{
visibility:hidden;
visibility:hide;
font-size: 1px;
height: 7px;
margin: 0px;
padding: 0px;
}	

#frontpage h3{
margin: 0px;
padding: 0px;
}

#frontpage td{
padding:20px 0 0 0;
}


