@CHARSET "UTF-8";

/*########### Warnung ###########*/
#warnung
{
	font-size: 14px;
	width: 100%;
	background-color: #777;
	color: #FFF;
	text-align: left;
	z-index: 1000;
	padding-left: 10px;
}
#warnung a
{
	color: #FFF;
	font-weight: bold;
}
#warnung td
{
	vertical-align: top;
}

/*########### Header ###########*/
#hintergrund
{
	position: relative;
	height: 150px;
	width: 100%;
	background-image: url("../../images/topimage.jpg");
	background-attachment: scroll;
	background-repeat: repeat-x;
	

	z-index: 1;
}
#titelbild
{
	position: relative;
	width: 420px;
	height: 111px;
	background-image: url("../../images/titelbild.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	float: left;
	
	z-index: 2;
}

/*########### Loginbutton ###########*/
div.userbutton
{
	text-align: right;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
}
div.userbutton #username
{
	font-size: 14px;	
}
div.userbutton.a:link		{text-decoration: none;}
div.userbutton.a:visited	{text-decoration: none;}
div.userbutton.a:hover		{text-decoration: none;}
div.userbutton.a:active	{text-decoration: none;}

/*########### Hinweis ###########*/
#hinweis
{
	text-align: center;
	margin: 0px auto 0px auto;
	font-weight: normal;
	color: #d8b21c;  
	width: 90%;
}

div.main
{
	margin: 25px auto 25px auto;
	padding: 10px 10px 10px 10px;
	z-index: 0;
	text-align: left;
	border: 2px solid #500;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 960px;
}

/*########### Impressum ###########*/
#impressum
{
	text-align: center;
	background-color: #000;
	margin: 0px auto 10px auto;
}
#imp
{
	font-weight:bold;
	text-decoration: none;
	color:#413A36
}

/*########### VDO Projekte ###########*/

.vdop
{
	margin: 0px auto 0px auto;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
.vdop a
{
	width: 120px;
	height: 25px;
	line-height: 35px;
	margin: 1px 2px 1px 2px;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	text-align: left;
	background-color: #000;
	color: #513913;
	border: 2px solid;
	border-color: #861010 #393939 #393939 #861010;	
}
.vdop a:hover
{
	color: #900;
}

/*########### Sonstiges ###########*/

#lastfileedit
{
	font-size: 13px;
	color: #393939;
	margin: auto 0px auto 0px;
}

.w100px
{
	width: 100px;
}
.w150px
{
	width: 150px;
}
.w150pxm
{
	width: 150px;
	text-align: center;
}
.w200px
{
	width: 200px;
}
.w300px
{
	width: 300px;
}
.w400px
{
	width: 400px;
}
.w500px
{
	width: 500px;
}
.ui
{
	font-style: italic;
	text-decoration: underline;
}
