
/* Allgemeinses */

BODY {
font-family:"Trebuchet MS";
font-size:0.7em;
line-height:1.3em;
color:#808080;
background-color:#FFFFFF;
margin-right:auto;
margin-left:0px;
}
.withbg {
background-image:url(gfx/ci/bg.jpg);
background-repeat:repeat-y;
margin-top: 75px;


}

a {
color:#808080;
text-decoration:none;
}
a:hover {
color:#000000;
text-decoration:underline;
}

/* Intro */

#intrologo {
float:left;
width: 484px;
height:690px;
padding-top:78px;
padding-left:45px;


}

#intrologo img {
border: none;
}

#introflash {
padding-top:727px;
padding-left:139px;
float:left;
background-image:url(gfx/intro.jpg);
background-repeat:no-repeat;
width:356px;
height:41px;
}
.introlink {
font-size:1.5em;
}



/* Mainscreen */
#maincontent{
height:auto;
width:
}

#topleft {
padding-top:27px;
background-image:url(gfx/ci/topbar_left.jpg);
background-repeat:no-repeat;
width: 529px;
height: 73px;
float:left;
margin-bottom: 50px;


}
#topleft img {
margin-left:20px;

}

#topright {
background-image:url(gfx/ci/topbar_right.jpg);
background-repeat:no-repeat;
width: 313px;
height: 100px;
padding-left: 8px;
float:left;
margin-bottom: 50px;
}

#contenttitle {
float:left;

padding-left: 15px;
width: 500px;
height: 15px;
margin-bottom: 20px;
margin-right:30px;

}

#alttitle{
float:left;

width: 210px;
height: 15px;
margin-bottom: 15px;
}

#footer {
width:840px;
border-top: solid 2px #808080;
margin-top:50px;
padding-left:10px;
}

.title{
font-size:1.3em;
}
#content {
float:left;
padding-left: 45px;
margin-right:35px;
width: 480px;
height:200px;
min-height:200px;
height:auto !important;
margin-bottom: 20px;
}

#altcontent {
float:left;
margin-left: 10px;
width: 280px;
margin-bottom: 20px;

}

.stdtabletd1 {

background-color:#cfeffb;

}
.stdtabletd2 {

}

#error {
	color: #CC3333;
	border: 1px solid #999999;
	background-color: #FFCCCC;
	padding: 9px;
	width: 392px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#success {
	color:#336600;
	border: 1px solid #999999;
	background-color:#99FFCC;
	padding: 9px;
	width: 392px;
	margin-top: 5px;
	margin-bottom: 5px;
}