/* schriftstil,abstände */

body {
	background-image: url(../gfx/bg.gif);
	background-repeat: repeat-x;
	background-color: white;
	margin-top: 0;
	color: #6D6969;
	font-family: trebuchet ms;
	font-size: 10pt;
	scrollbar-arrow-color: #6D6969;
	scrollbar-base-color: white;
	scrollbar-highlight-color : #009900;
	scrollbar-shadow-color : #009900;
	SCROLLBAR-TRACK-COLOR: #6D6969;
}

table, td { 
	font-size: 10pt; font-family: trebuchet ms;
}

/* allgemeine links */
a:link,
a:visited,
a:active,
a:hover { 
	text-decoration: underline;
	color: #6D6969;
	font-size: 10pt;
}

/*--  Input field formatting. --*/

.input{
	font-family : trebuchet,Verdana,sans-serif;
	font-size : 10pt;
	color :	#000000;
	border-top : #999999 1px solid; 
	border-left : #999999 1px solid; 
	border-right : #999999 1px solid; 
	border-bottom :	#999999 1px solid;
}

/*--  Input text-area formatting --*/

.textarea {
  border-top:      1px solid #999999;
  border-left:       1px solid #999999;
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          11px;
  margin-top:         3px;
  margin-bottom:      3px;
}

img { border: none; }

#login_up {
	padding: 4px 0 0 10px;
	font-size: 9pt;
	color: black;
	font-weight: bold;
	text-decoration: none;
}
#login_up a{ font-size: 9pt; color: black; font-weight: bold; text-decoration: none;}
#login_up a:link{ font-size: 9pt; color: black; font-weight: bold; text-decoration: none;}

#login_input {
	padding: 0 0 0 5px;
}
#login_button {
	padding: 5px 0 2px 5px;
}
#login_button input {
	border: 0;
/*
	height: 20px;
*/
}



#headline,
.csc-header h1 {
	font-weight: bold;  
	color: #6D6969; 
	font-size: 10pt; 
	letter-spacing: 2px; 
	border-bottom: 1px solid #6D6969; 
	padding: 0 0 5px 5px; 
	clear : both;
}

#content_papers { 
	padding-bottom: 40px;
}

.image_border {
	width : 30%;
	border-right : 1px dotted #6D6969;
	margin-right : 15px;
}
.members {
	padding-left: 15px;
}

.header {
	width : 863px;
	margin : 0 auto;
	color: white; 
	font-size : 9pt; 
	text-align : right; 
	padding-top : 5px;
	margin-bottom : 25px;
	letter-spacing : 1px;
}
.header a { 
	color : white; 
	text-decoration : none; 
	font-size : 9pt; 
	font-weight : normal;
}
.header a:link,
.header a:visited,
.header a:active {
	color : white; 
	text-decoration : none; 
	font-size : 9pt; 
	font-weight : normal;
}
.header a:hover {
	text-decoration : underline; 
	color : white; 
	font-size : 9pt; 
	font-weight : normal;
}

.spacer{ 
	border-bottom : 1px dotted #6D6969; 
}

.topbox {
	overflow : hidden;
	margin : 0;
	padding : 0;
}
.topbox img {
	float : left;
	padding : 0;
	margin : 0;
	border : none;
}
.headlogin {
	float : left;
	margin : 0;
	padding : 0;
	width : 615px;
	height : 156px;
	background : url(../gfx/uni_logo.jpg);
	vertical-align : top;
	text-align : right;
}

.headlogin form {
	float : right;
	text-align : left;
	width : 145px;
	height : 98px;
	background-color : #D9F0D9;
	padding : 5px;
	margin: 5px 5px 5px 0;
}
.clearing {
	clear : both;
	height : 10px;
}

.centering {
	text-align : center;
}
.center_box {
	margin: 0 auto; 
	width : 863px;
}

.menu {
	width : 242px;
	float : left;
	display : block;
	text-align : left;
	margin : 0;
	padding : 0;
	vertical-align : bottom;
}
.menu br {
	line-height : 0px;
	font-size : 0px;
	margin : 0px;
	padding : 0px;
}
.menu img {
	vertical-align : bottom;
	padding : 0px;
	border : none;
	font-size : 0px;
	margin-bottom : 0px !important;
	margin-bottom : -2px;
}
.menu a,
.menu a:link,
.menu a:visited,
.menu a:active { 
	text-decoration : none;
	font-weight : bold;
	color : #6D6969;
	font-size : 10pt;
	letter-spacing : 2px;
	padding : 0;
	margin : 0;

}
.menu a:hover {
	color: #009900;
}

.spacebox {
	float : left;
	width : 25px;
}

.content_box {
	float : left;
	width : 571px;
	text-align : left;
/*
	padding: 5px;
*/
	margin: 10px;

}

.footer {
	font-weight: bold;
	color: #6D6969;
	font-size: 8pt;
	letter-spacing: 1px;
	border-top: 1px solid #6D6969;
	padding: 5px 0 0 5px;
	margin-top : 20px;
	clear : both;
}
.footer img {
	vertical-align : middle;
}
.footer a { color: #6D6969; text-decoration: none; font-size: 8pt; font-weight: normal;  letter-spacing: 1px; }
.footer a:link{ color: #6D6969; text-decoration: none; font-size: 8pt; font-weight: normal;  letter-spacing: 1px; }
.footer a:hover{ text-decoration:underline; color: #6D6969; font-size: 8pt; font-weight: normal; }

.csc-frame-frame1 {
	padding-left : 15px;
	margin-bottom : 15px;
	width : 100%;
	clear : both;
}
.csc-frame-frame1 img {
	border-right : 1px dotted #6D6969;
	float : left;
	padding-right : 15px;
	margin-right : 15px;
	margin-bottom : 15px;
}
.csc-frame-frame1 .csc-header {
/*
	position : relative;
	left : 250px;
*/
}
.csc-frame-frame1 .csc-header h1 {
	font-weight : bold;
	color: #6D6969;
	font-size: 10pt;
	letter-spacing: 0;
	border : none;
	padding: 0;
	text-align : center;
}
.csc-frame-frame1 hr {
	border : none;
	border-bottom: 1px dotted #6D6969;
	clear : both;
}
.csc-frame-frame2,
.homebox {
	background-color: #EDECEC;
	padding: 20px;
}
