/*LINKS*/
.project_link{color:#000066;}.project_link:hover{color: #0000dd;}
a.grey {color:#222222;text-decoration:none;} a.grey:hover {color:#555555;}
a.black {color:#000000;text-decoration:none;} a.black:hover {color:#222222;}
a.arrow {color:black; text-decoration:none;} a.arrow:hover {color:#444444;}
a {outline-color:#b0b8c3}

/*BODY*/
body{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 10pt;
	background-image: url("img/kloeber_background.png");
	background-repeat: repeat-y;
	background-position: top;
	background-color: #bb9e80;
}

/*IDS*/
#login_window{
	width:200px;
	padding: 5px;
	background-color: white;
}
#page_content{
	background-image:url("img/kloeber_content_background.png");
	border-color: #bb9e80;
	border-style: ridge;
	border-width: 3px;
}
#pr_sin{
	background-color: #d0dae5;
	padding:20px;
	-moz-border-radius:20px;
	-khtml-border-radius:20px;
}
#navigation {
	background-image:url("img/kloeber_navi_background.png");
}
#under_content{
	text-align: center;
}

/*CLASSES*/
.content_text{
	background-image: url("img/kloeber_double_bg.png");
	padding: 30px;
	border: 4px double #bdc6d0;
	width:840px;
	position:relative;
	top:0px;
	left:58px;
	margin-top:50px;
}
.add_project{
	background-image: url("img/kloeber_double_bg.png");
	padding: 30px;
	border: 4px double #bdc6d0;
	position:relative;
	top:0px;
	left:58px;
	margin-top:50px;
}
.centered{
	text-align: center;
}
.img_link{
	border-width: 0px;
}
.sin_img {
	border: 3px double #b4c2d2;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.sin_img_b {
	border: 5px double #b4c2d2;
}
.project_link{
	font-family: helvetica,arial,sans-serif;
	font-size: 10pt;
}
.heading_letter{
	width: 898px;
	background-color: #bfc8d2;
	padding: 5px;
	padding-left: 120px;
	border-style: solid;
	border-width: 0px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-color: #adbac7;
}
.mail_box{
	border : 1px solid #b5bbb6;
	font-family: verdana;
	font-size: 10px;
}