/* SCHRIFTEN */
* {
	font-family: Arial, Helvetica, sans serif;
	font-size: 11px;
}
#news{
	color: white;
	/*font-weight: bold;*/
	font-size: 11px;
}
#navigation, #footer{
	font-size: 11px;
	font-family: Arial regular, Arial, Helvetica, sans serif;
}
#content p, #content td, #content li{
	/*color: black;*/
	font-size: 11px;
}



/* TEXT FORMATIERUNG*/
h1, .H1{
	color:#009ddb;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}
h2, legend, .H2{
	color:#009ddb;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
}
h3, .H3{
	color:#009ddb;
	font-weight: normal;
	font-size: 11px;
	text-transform: none;
}

.silver{
	color: #999;
}
a{
	color:#009ddb;
	text-decoration: underline;
	font-size: 11px;
}
#news a{
	color: white;
}

.blue, a.active{
	color:#009ddb;
}

sup{
	font-size: 8px;
}
.uppercase{
	text-transform: uppercase;
	/*color: red;*/
}
.Bildunterschrift{
	font-size: 9px;
	color: #aaa;
}



/* */
fieldset{
	border: 1px solid silver;
	padding: 4px;
}
#login_form input{
	width: 142px;
	margin-bottom: 5px;
}
input, select{
	border: 1px solid #009ddb;
	color: #999999;
	/*line-height: 20px;*/
	font-size: 11px;
	padding: 3px;
}
select{
	color: black;
	padding: 1px;
}

input[type=submit], input[type=button]{
	color: white;
	background-color:#009ddb;
	border: none;
	margin: 0px;
	font-weight: bold;
}
input[type=button]{
	color: silver;
}

input[type=submit]:hover, input[type=button]:hover{
	color: black;
}
input.readonly{
	color: black;
}
input.small{
	 width: 120px;
	 font-size: 9px;
}
button{
	color: white;
	background-color: #009ddb;
	font-weight: normal;
}
hr{
	color:  #009ddb;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #009ddb;
}


















body{
	background-color: #565656;
}


#page{
	margin:0px auto;
	width: 960px;
	overflow: auto;
	background:url(../images/layout/content_bg.png) repeat-y left white;
}
#header{
	width:960px;
	height: 281px;
	background:url(../images/layout/ISSSR_Header.png) no-repeat right #ececec;
	overflow: hidden;
}
#news{
	float: right;
	width: 135px;
	height: 147px;
	margin-right: 29px;
	margin-top: 22px;
	overflow: hidden;
}
#navigation{
	background-color: #009ddb;
	float: left;
	width: 183px;
	min-height: 450px;
	margin-left: 34px;
}

#footer{
	border: 1px solid #009ddb;
	vertical-align: middle;
	/*text-align: center;*/
	line-height: 17px;
	background-color: white;
	padding-left: 10px;
	color: #009ddb;
	margin-top: 20px;
	width: 171px;
	/*margin-left: -213px;*/
	margin-left: 34px;
	margin-bottom: 10px;
}
#footer a {
	text-decoration: none;
}
#content{
	float: left;
	width: 712px;
	min-height: 450px;
	padding-left: 30px;
	padding-top: 30px;

}
#textblock_links{
	width: 480px;
	min-height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
	float: left;
}
#textblock_links_scroll{
	width: 480px;
	min-height: 400px;
	max-height: 500px;
	overflow-x: hidden;
	overflow-y: auto;
	float: left;
}
#textblock_rechts{
	width: 150px;
	min-height: 400px;
	overflow: auto;
	float:right;
	margin-right: 23px;
}
#textblock_big{
	min-height: 400px;
	width: 680px;
	/*border: 1px solid red;*/
}
#textblock_member_list{
	min-height: 400px;
	width: 512px;
}

#path{
	border-right: 1px solid #009ddb;
	vertical-align: middle;
	line-height: 17px;
	background-color: white;
	padding-left: 10px;
	color: #009ddb;
	margin-bottom: 30px;
}
#member_alphabet{
	border-top:1px solid #009ddb;
	border-bottom:1px solid #009ddb;
	width: 510px;
	text-align: center;
	overflow: hidden;
	margin-top: 5px;
}

#member_alphabet a{
	text-decoration: none;
	line-height: 22px;
	width: 10px;
	color: black;
	display: block;
	float: left;
}
#member_alphabet a.active{
	color: #009ddb;
	font-weight: bold;
}
#member_alphabet .spacer{
	padding-left: 7px;
	float: left;
}
#member_search{
	float:right;
}
#member_list{
	width: 510px;
	min-height: 300px;
	max-height: 400px;
	/*overflow: auto;*/
	overflow-x: hidden;
	overflow-y: auto;
}
.member_detail{
	border-bottom: 1px solid black;
	padding-bottom: 10px;
	padding-top: 10px;
	color: black;
	overflow: auto;
}
.member_detail a{
	color: black;
}
.member_detail .text{
	float: left;
	overflow: auto;
	width: 200px;
	/*border: 1px solid red;*/
}
.member_detail .image{
	float: left;
	overflow: hidden;
	width: 130px;
	margin-left: 30px;
}



#textblock_links_scroll{
	scrollbar-base-color: #009ddb; /* Basisfarbe der Scroll-Leiste*/
	scrollbar-3dlight-color:#009ddb; /* Farbe für 3D-Effekte*/
	scrollbar-arrow-color: white; /* Farbe für Verschiebepfeile*/
	scrollbar-darkshadow-color: #009ddb; /* Farbe für Schatten*/
	scrollbar-face-color:silver; /* Farbe für Oberfläche*/
	scrollbar-highlight-color:#009ddb; /* Farbe für oberen und linken Rand*/
	scrollbar-shadow-color: #009ddb;/* Farbe für unteren und rechten Rand*/
	scrollbar-track-color:white; /* Farbe für freibleibenden Verschiebeweg*/
}
/*
body{
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#c9ced4;
	font-size: 11px;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	font-weight: normal;
	text-decoration: none;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
}
.more:link, .more:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	font-weight: normal;
	text-decoration: none;
}
.more:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	font-weight: normal;
	text-decoration: none;
}

.button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#646464;
	text-decoration: none;
	border: 1px solid #7c7c7c;
}

.menuebene1:link, .menuebene1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#009cd6;
	font-weight: bold;
	text-decoration: none;
}
.menuebene1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#009cd6;
	font-weight: bold;
	text-decoration: none;
	background: #39314c;
}
.menuebene1highlight:link, .menuebene1highlight:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	#color:#009cd6;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	#background: #39314c;
	background: #333333;
}
.menuebene1highlight:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	#color:#009cd6;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	#background: #39314c;
	background: #333333;
}
.div_menuebene1{
	background: #241937;
}
.div_menuebene1highlight, .div_menuebene1:hover {
	background: #39314c;
}
.menuebene2, .menuebene2:link, .menuebene2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#009cd6;
	font-weight: bold;
	text-decoration: none;
	background: #39314c;
}
.menuebene2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
	background: #009cd6;
}
.menuebene2highlight:link, .menuebene2highlight:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
	background: #009cd6;
}
.menuebene2highlight:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
	background: #009cd6;
}
.div_menuebene2{
	background: #39314c;
}
.div_menuebene2highlight, .div_menuebene2:hover {
	background: #009cd6;
}











.headline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
.headline2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#0e7daa;
	font-weight: normal;
	text-decoration: none;
}
.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	font-weight: normal;
	text-decoration: none;
}
a.link_weiss:link, a.link_weiss:visited, a.link_weiss:hover{
	color:#ffffff;
	font-weight: normal;
}*/

