 /* ===== Reset ===== */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,select { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
/* ===== Main ===== */
body{
    background: #e4e8e9 url('../images/background2.png') repeat-x top;
    color: #333333;
    font-family: Tahoma, sans-serif;
}
input{
	border: 1px solid #999999;
	padding: 1px;
	color: #333333;
}
textarea{
	color: #333333;
    font-family: Tahoma, sans-serif;
    font-size: 1em;
	font-weight: normal;
	padding: 2px 4px;
}
select{
	border: 1px solid #999999;
}
label{
	font-size:11px;
	font-weight: normal;
}
a{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h3{
	font-size: 0.8em;
	text-decoration: underline;
	margin-bottom: 5px;
}
img{
	vertical-align: middle;
}
#new_content table{
	margin: 10px;
	font-size: 12px;
}
#new_content tr{	
}
#new_content td{
	padding: 2px 5px;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	vertical-align: top;
}
#new_content th{
	padding: 2px 5px;
	background: #AAAAAA;
	border: 1px solid #CCCCCC;
	vertical-align: top;
	color: #FFFFFF;
}
#header{
	width: 1120px;
	height: 80px;
	margin: 0px auto;
	padding-right: 20px;
	background: url('../images/header.png') no-repeat bottom;
	color: #003672;
	font-size: 0.7em;
	line-height: 30px;
	vertical-align:text-top;
	text-align: right;
}
#header a{
	color: #003672;
}
#navigation{
	width: 1100px;
	height: 15px;
	/*background: #003672;*/
	background: #777777;
	margin: 0 auto;	
	padding: 7px 10px;
	color: #FFFFFF;
	font-size: 0.7em;
}
#content{
	width: 1120px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#shadow{
	width: 1142px;
	background: url('../images/content_shadow.png') repeat-y center;
	margin: 0 auto;	
}
#footer{
	width: 1110px;
	height: 30px;
	margin: 0 auto;
	padding-left: 10px;
	font-size: 0.6em;
	background: #99480d;
	line-height: 30px;
	vertical-align: text-top;
	background: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#footer a{
	color: #333333;
	text-decoration: underline;
}
.button{
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	padding: 3px 3px;
	height: 22px;
	line-height: 10px;
	vertical-align: middle;
	border: 1px solid #608CC8;
	background: url(/images/button.png) repeat-x center;
	margin-bottom: 5px;
}
.search_button{
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	height: 18px;
	line-height: 10px;
	vertical-align: middle;
	border: 1px solid #608CC8;
	background: url(/images/button.png) repeat-x center;
	margin-bottom: 4px;
	margin-top: 3px;
	margin-right: 10px;
}
.small{
	width: 70px;
}
.middle{
	width: 150px;
}
.large{
	width: 250px;
}
.errors{
	color: red;
	font-size: 12px;
	font-weight: bold;
}
.searchField{
	background: #FFFFFF url(/images/search_bg.png) no-repeat left -1px;
	padding-left: 17px;
}
.description{
	color: #777777;
	font-size: 11px;
}
#new_content table .dotted_underline td{
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #AAAAAA;
	border-top: 1px dotted #AAAAAA;
}
.no_border_bg td{
	border: none !important;
	background-color: transparent !important;
}
.no_border td{
	border: none !important;
}
#new_content .history_text{
	background: #FFFFFF;
	border: 1px solid #999999;
	width: 755px;
	padding: 2px 4px;
	min-height:180px;
  	height:auto !important;
	height:180px;
}
#new_content a{
	color: #333333;
	border: none;
}
#new_content a:hover{
	text-decoration: underline;
}
#new_content li{
	color: red;
	margin-left: 25px;
	font-size: 12px;
	list-style-type: disc;
	font-weight: bold;
}
/* ===== Login ===== */
#login_header{
	width: 750px;
	height: 22px;
	margin: 150px auto 0px auto;
	padding: 3px 10px;
	color: #FFFFFF;
	font-size: 0.8em;
	background: url(/images/verlauf.png);
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	vertical-align: middle;
	line-height: 20px;
}
#login_content{
	width: 750px;
	margin: 0 auto;
	padding: 10px;
	background: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#login_footer{
	width: 750px;
	height: 20px;
	padding: 8px 10px 3px 10px;
	margin: 0 auto;
	background: #FFFFFF;
	font-size: 0.6em;	
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#login_footer a{
	color: #333333;
}
#login_form{
	width: 125px;
	padding: 10px;
	margin-left: 10px;
	float: left;
	border: 1px solid #F1F1F1;
	background: #F9F9F9;
}
#login_text{
	width: 581px;
	font-size: 12px;
	float: left;
	padding: 5px;
	border: 1px solid #F1F1F1;
	background: #F9F9F9;
}
#login_shadow{
	background: url(../images/footer_login2.png) top no-repeat;
	height: 10px;
}
.clear_div{
	clear: both;
}
 
#newEntryInfo{
	border: 1px solid #CCCCCC;
    position: absolute;
    background-color: #FFFFFF;
    font-family: Tahoma, sans-serif;
    color: #333333;
    font-size: 12px;
    padding: 3px;
    width: 500px;
    text-align: left;
}   

#closeEntryInfo{
	border: 1px solid #CCCCCC;
    position: absolute;
    background-color: #FFFFFF;
    font-family: Tahoma, sans-serif;
    color: #333333;
    font-size: 12px;
    padding: 3px;
    width: 500px;
    text-align: left;
}   

/* ===== Window ===== */
#window_header{
	width: 1100px;
	height: 18px;
	//background: url(../images/window_header.png) repeat-x;
	background: url(/images/verlauf.png) repeat-x;
	margin: 0px;
	text-align: right;
	padding: 6px 14px 6px 10px;
	color: #FFFFFF;
	font-size: 0.6em;
}
#window_header a{
	font-size: 12px;
}
#window_content{
	width: 1122px;
	height: 620px;
	overflow: auto;
	margin-top: 0px;
	background: #FDFDFD;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
