/* Start of CMSMS style sheet 'blankicss' */
/* CSS Document */

#container {
	width:850px;
	height:auto;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
        color:#FFFFFF;
} 

body {
	padding: 0px; /*Innenabstand des Elementes*/
	margin: 0px;
	height:auto;
	/*margin-top:30px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;*/
	/* margin: 0px; /*Außenabstand des Elementes*/
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: small; */
        font-size: 12px;	
	text-align: left;
	color:#FFFFFF; /*Textfarbe*/
	background-color:#000000;
	/* background-image: url('../images/background.jpg'); */
    /* background-repeat: no-repeat;*/
}

p {
        color:#FFFFFF;
}

table {
        color:#FFFFFF;
}

h1 {
        margin-top:0px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	font-weight: normal;
}

html {
        height:101%;        
        color:#FFFFFF;
}

a:link {color:#FFFFFF; font-size: 15px; font-weight:normal; text-decoration:none}
a:visited {color:#FFFFFF; font-size: 15px; font-weight:normal; text-decoration:none}
a:hover {color:#FFFFFF; font-size: 15px; font-weight:normal;  text-decoration:none}
a:active {color:#FFFFFF; font-size: 15px; font-weight:normal; text-decoration:none}
p a:link {color:#FFFFFF; font-size: 12px; font-weight:bold; text-decoration:underline}
p a:visited {color:#FFFFFF; font-size: 12px; font-weight:bold; text-decoration:underline}
p a:hover {color:#FFFFFF; font-size: 12px; font-weight:bold;  text-decoration:underline}
p a:active {color:#FFFFFF; font-size: 12px; font-weight:bold; text-decoration:underline}



#linksbild {
    width:50px;
    height:1000px;
	left:0px;
	top:0px;
	position:relative;
	float:left;
}

#obenlogo {
    width:800px;
    height:150px;
	left:0px; 
	top:0px;
    position:relative; 
	background-color:#FFFFFF;
	float:left;
}


#linkerstreifen {
    width:3px;
    height:800px;
	left:0px; 
	top:0px;
    position:relative; 
	background-color:#FF0000;
	float:left;
}

#contentcontainer {
    width:944px;
    height:600px;
	left:0px; 
	top:0px;
    position:relative; 
	float:left;
        color:#FFFFFF;
}

#abstandmenue {
    width:944px;
    height:10px;
    background-color:#0000FF;
	float:left;
}

#menuehuelle {
    margin:0px;
    padding-top:12px;
    left:0px; 
    top:0px;
    position:relative; 
    width:790px;
    height:28px;
    background-color:#730033;
	float:left;
}
/*--formatiert die Menüleiste--*/

#menu {
margin:0px;
padding:0px;
background-color: #730033;
height:auto;
/*line-height: 1.5;*/
float: left;
}

/*--formatiert die Themenblöcke--*/
#menu ul {
margin:0px;
padding:0px;
float: left;
/*width: 140px;*/
list-style-type: none;
}

/*--definiert die Blocküberschriften--*/
#menu h3 {
margin:0px;
padding:0px;
text-align: center;
color: #FFFFFF;
}

/*--definiert die "Drop-Down-Links" im Normalzustand--*/
#menu a {
margin: 0px;
padding: 0px;
text-decoration: none;
display: block;
border: 1px solid #fff;
text-align: center; /* hier kann die Ausrichtung des Textes im Drop-Down-Fenster eingestellt werden*/
background-color: #000000;
}

/*--definiert die "Drop-Down-Links" im Hoverzustand--*/
#menu a:hover {
margin: 0px;
padding: 0px;
color: #ff9224;
background: #730033;
} 

/*
*verhindert im Zusammenhang mit position absolute bei ul ul
*eine Höhenvergrößerung von #menu beim Hovern--
*/

#menu li {
margin:0px;
padding:0px;
position: relative;
width:auto; 
}

/*--versteckt die "Drop-Down-Links", solange nicht gehovert wird--*/
#menu ul ul {
position: absolute;
z-index: 2;
display: none;
width:150px; /* hier kann die Breite des Drop Down Menüs eingestellt werden */
} 

/*--lässt die Dropdown-Links beim Hovern erscheinen--*/
#menu ul li:hover ul {
margin:0px;
padding:0px;
display: block;
} 

#navbuttons {
    height:auto;
	text-align:left;
	position:relative;
}

#content {
	padding:5px;
	/*margin-left:0px;*/
	width:800px;
	height:auto;
	/*background-color:#FCEFC5;*/
	color:#FFFFFF;
	font-size: 14px;
	float:left;
}

p.MsoNormal {
margin-top:0cm;
margin-right:0cm;
margin-bottom:10.0pt;
margin-left:0cm;
line-height:115%;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
}
span.MsoHyperlink {
color:blue;
text-decoration:underline;
text-underline:single;
}
span.MsoHyperlink1 {color:blue;
text-decoration:underline;
text-underline:single;
}
span.MsoHyperlink11 {color:blue;
text-decoration:underline;
text-underline:single;
}


/* End of 'blankicss' */

