/*LINKS ETC*/
a.grey {color: #2d2d2d; text-decoration: none;} a.grey:hover {color:black;}
span.grey {color: #2d2d2d; text-decoration: none;} span.grey:hover {color:black;}

/*BODY*/
body{
	font-family: Arial,sans-serif;
	font-size: 10pt;
	color: #2d2d2d;
	background-color: #8ba6cf;
}

/*IDS*/
#inhaltvz {
	width: 400px;
	background-color: #bbccff;
}
#upper {
	height: 260px;
}
#upper_in{
	position:relative;
	top:23px;
	width:1024px;
	height:240px;
	background-image:url("img/open_upper_bg.png");
}
#all{
	width:1024px;
	position:relative;
	left:50%;
	top:0px;
	margin-left:-512px;
	margin-top:48px;
}
#middle{
	width:1024px;
	position:relative;
	top:-3px;
	left:0px;
	background-image:url("img/open_sc_bg.png");
}
#content{
	width:800px;
	position:relative;
	top:100px;
	left:50%;
	margin-left:-400px;
	margin-top:-3px;
	background-image:url("img/open_cn_bg.png");
}
#empty{
	height:150px;
}
#login_window{
	position:absolute;
	top:10px;left:10px;
	width:200px;
	padding: 5px;
	background-color: white;
}
#div_con_edit{
	boder-sytle: dotted;
	border-color: black;
	border-width: 1px;
}

/*CLASSES*/
.bild_td {
	border-style: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
.input_field {
	border-style: solid;
	border-color: #bdc5f5;
	border-width: 1px;
	background-color: #daddfb;
}
.input_submit {
	border-style: outset;
	border-color: #b1baf2;
	border-width: 1px;
	background-color: #d2d5f9;
}
.input_submit:hover {
	border-style: inset;
	border-color: #d4d9f7;
	background-color: #c9cdf2;
}
.img_link {
	border: 0px;
}
.centered{
	text-align:center;
}
