/* ################# */
/* # # ISI CMS styles # # # */
/* ################# */

html {
	height:100%;
	background-image: url('images/bg_main.png');
	background-position:center;
	background-repeat:repeat-y;
	background-color:#ffffff;
	}

#main{
	width:857px;
	height:90%;
	margin-left:auto;
	margin-right:auto;
}

#topbar {
	clear:both;
	height:192px;
	background-repeat: no-repeat; 
	background-position: top left;
}

#menu {
	padding-top:10px;
	width: 225px;
	float:left;
	background-image:url('images/bg_menu.jpg');
	background-repeat:repeat-y;
}
#content {
	float: left;
	width:605px;
	padding-left: 15px;
	padding-top: 15px;
}
#footer {
	height:10%;
	background-image: url('images/bg_bottom.png');
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
}

#copyright {
	width: 840px;
	text-align:right;
	color:#FFFFFF;
	font-size:80%;
	padding-top: 50px;
}

body {
	height:100%;
	margin: auto;
	background-image:url('images/bg_top.png');
	background-position:top center;
	background-repeat:no-repeat;
	}

body, td, input, textarea, select, p { 
	font-family: Helvetica, Arial, sans-serif; 
	font-size:	small;
	color: #333333;
}

h1 {
	font-size: 140%;
	color: #b21919;
	margin-bottom: 2px;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	color: #333333;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	color: #AEB4B2;
	margin-top: 2px;
}

a { 
	color: #b21919;
}

th {  
	font-weight: bold;
	text-align: left;
}

ul, ol {
	margin: 0px;
	padding:0px;
	list-style:none;
}

.mainmenu {
	cursor: pointer;
	}

.mainmenuactive {
	cursor: pointer;
	}

.mainmenulink {
	text-decoration: none;
	text-transform:uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
	display:block;
	height:22px;
	padding-left: 30px;
	padding-top: 11px;
	background-image:url(images/bg_menu_item1.jpg);
	background-repeat:no-repeat;
	background-position: 0px -1px;
	}
.mainmenulink:hover {
	background-image:url(images/bg_menu_item1_hover.jpg);
	}	

.mainmenulinkactive {
	text-decoration: none;
	text-transform:uppercase;
	color: #b21919;
	font-weight: bold;
	font-size: 100%;
	display:block;
	height:22px;
	padding-left: 30px;
	padding-top: 11px;
	background-image:url(images/bg_menu_item1_hover.jpg);
	background-repeat:no-repeat;
	background-position: 0px -1px;
	}	
	
.submenulink {
	text-decoration: none;
	color: #fff;
	font-size: 95%;
	display:block;
	height:20px;
	padding-left: 30px;
	padding-top: 5px;
	background-image:url(images/bg_menu_item2.jpg);
	background-repeat:no-repeat;
	}
.submenulink:hover {
	color: #b21919;
	}

.submenulinkactive {
	text-decoration: none;
	color: #b21919;
	font-size: 95%;
	display:block;
	height:20px;
	padding-left: 30px;
	padding-top: 5px;
	background-image:url(images/bg_menu_item2.jpg);	
	}

.submenulink2 {
	text-decoration: none;
	color: #fff;
	font-size: 95%;
	display:block;
	height:20px;
	padding-left: 40px;
	padding-top: 5px;
	background-image:url(images/bg_menu_item3.jpg);
	background-repeat:repeat-y;
	}
.submenulink2:hover {
	color: #b21919;
	}

.submenulink2active {
	text-decoration: none;
	color: #b21919;
	font-size: 95%;
	display:block;
	height:20px;
	padding-left: 40px;
	padding-top: 5px;
	background-image:url(images/bg_menu_item3.jpg);	
	background-repeat:repeat-y;
	}
	
 .loginheader{
	color: #b21919;
	font-weight: bold; 	
	padding-left: 20px;
	}

.loginindent {
	padding-left: 20px;
}

.preview {
	background-color:#FFFFCC;
	color:red;
	font-weight:bold;
	padding:5px;
	}

.pagedisplay {
	background-color:#E0E0E0;
	color:#AAAAAA;
	font-weight:bold;
	padding:5px;
	}

.error {
	color: #D70000;
	}

/* ################# */
/* # # Individual styles # # # */
/* ################# */
body {
	margin: 0px;
	}


.highlight {
	color: #b21919;
	font-weight: bold;
	}


.eingabe {
	color: #b21919;
	background: url(images/form_bg.jpg) #fff;
	padding-left: 3px;
	border: 1px solid #ABABAB;
	}
 
 .button {
 	color: #fff;
	background: #0f7f09;
	border: 1px solid #075a03;
 	}


