/***********************
/* CSS-File for STEDO
/***********************/

/***********************
/* Common
/***********************/

body {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFFFFF;
	padding:20px;
	margin:0px;
	text-align: center;
}


#main {

	vertical-align: middle;
	margin: 0px auto;
	width: 750px;
	height: 665px;
	background-color: #FFFFFF;
	overflow: visible;

}

/***********************
/* Top-Right
/***********************/

#top-right {

	position:relative;
	background-position:right top;
	background-repeat:no-repeat;
	vertical-align: top;
	float: right;
	height: 112px;
	width: 579px;
	background-color: #FFCC00;

}

/***********************
/* Left
/***********************/

#left {

	vertical-align: top;
	float: left;
	width: 171px;
	background-color: #FFCC00;
	position:relative;

}

#lefttop {

	margin-top: 12px;
	vertical-align: top;
	float: right;
	position:relative;
	background-image:url(gfx/Logo.GIF);
	background-position:center top;
	background-repeat:no-repeat;
	width: 171px;
	height: 130px;
	border-bottom: 2px solid #FFFFFF;
	background-color: #FFCC00;

}

#leftmenu {

	padding-top: 15px;
	padding-left:8px;
	text-align: left;
	vertical-align: top;
	float: right;
	width: 100%;
	height: 250px;
	border-bottom: 2px solid #FFFFFF;
	background-color: #FFF3CC;

}

#leftmenu a {

	color: #000179;
	text-decoration: none;

}

#leftmenu a:hover {

	color: #96002F;

}

#leftmenu ul
{
	margin-left:15px;
	padding-left:0px;
}
#leftmenu li {
	margin-left:0px;
	margin-bottom:15px;
	padding-left:0px;
	color:#a0a0a0;
	list-style-image:url(gfx/dot.GIF);
}
#leftmenu li ul
{
}
#leftmenu li li
{
	font-size:90%;
	margin-top:5px;
	margin-bottom:0px;
}
#leftsubmenu{

	padding-left: 15px;

}

#leftinfo {

	padding-top: 5px;
	padding-left:8px;
	text-align: left;
	vertical-align: top;
	float: right;
	width: 100%;
	height: 170px;
	border-bottom: 2px solid #FFFFFF;
	background-color: #FFECA3;


}

#leftinfo a {

	color: #000179;
	text-decoration: none;

}

#leftinfo a:hover {

	color: #96002F;

}

#leftrest {

	vertical-align: text-bottom;
	padding-bottom: 2px;
	float: right;
	height: 45px;
	width: 171px;
	background-color: #FFF3CC;

}

/***********************
/* Detail
/***********************/

#detail {

	float: right;
	margin-top: 5px;
	margin-right: 30px;
	width: 472px;
	background-color: #FFFFFF;
}

#detailmenu {

	vertical-align: top;
	width: 465px;
	height: 60px;
	color: #000179;

}

#detailmenu a {

	color: #000179;
	text-decoration: none;

}

#detailmenu a:hover {

	color: #96002F;

}

#detailtitle {

	color: #000179;
	font-weight:bold;
	text-decoration:none;
	font-size: 120%;
	text-align: left;

}

#detailtext {

	vertical-align: top;
	width: 465px;
	text-align: left;
	margin-top: 15px;

}
#detailtext a
{
	color: #000179;
	text-decoration:underline;
}
#detailbox {

	padding-top: 6px;
	padding-bottom: 12px;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 180px;
	width: 430px;
	background-color: #FFFCDB;
	border: 1px solid #FFECA3;
	text-align: left;
	font-size: 85%;
	overflow: auto;

}

#detailboxtitle {

	color: #000179;
	font-size: 118%;

}

#detailboxtable {

	color: #000000;
	font-size: 100%;

}

#detailboxtablebig {

	color: #000179;
	font-size: 118%;

}
.contentlink
{
	color: #000179;
}
/***********************
/* Bottom
/***********************/

#bottom {

	vertical-align: middle;
	margin: 0px auto;
	width: 750px;
	height: 2px;
	background-color: #FFFFFF;
	border-top: 2px solid #FFECA3;


}
