/* Start of CMSMS style sheet 'menue' */
#menue{
	background-image: url(themes/maninweb/menuebg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border-top: #cf8545 1px solid;
	border-bottom: #cf8545 1px solid;
	width: 148px;
	left: 0px;
	top: 170px;
	text-align: left;
	/*padding-left: 1px;*/
	position: absolute;
}

#menue ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menue li{ 
	font-size: 12px;
	font-weight: bold;
	color: #3b4a79;
	line-height: 30px;
	width: 146px;
	padding: 0px;
	margin: 0px;
}

#menue li a:visited, #menue li a:link { color:#3b4a79; text-decoration: none;}
#menue li a:active, #menue li a:hover {
	display: block;
	color:#000;
	text-decoration: none;
	background: #e0bd90;
	border-right: #cf8545 1px solid;
	border-left: #cf8545 1px solid;
	width: 146px;
}

#menue li ul li{
	font-size: 11px;
	font-weight: bold;
	color: #3b4a79;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
}

#menue li ul li a:visited, #menue li ul li a:link { color:#3b4a79; text-decoration: none;}
#menue li ul li a:active, #menue li ul li a:hover { color:#333333; text-decoration: none;}

/* Untermenuepunkt */

.sub{
	background-image: url(themes/maninweb/menue02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: #a2acbf solid 1px;
	padding-left: 13px;
}

/* End of 'menue' */

/* Start of CMSMS style sheet 'structure' */
html, body { height: 100%;}

body{
	padding: 0;
	margin: 0;
	background-color: #f2af3b;
	background-image:url(themes/maninweb/content_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
}


a:link, a:visited{ color: #ab5c17; text-decoration: none;}
a:active, a:hover{ color:#ab5c17; text-decoration: underline;}

img{ border: 0px;}

p img.bild{ 
	border: solid #495b95 1px;
	margin: 10px 0px 10px 20px;
}

ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

h1{
	color: #495b95;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}

h2{
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}

h3{
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}

code{
	font-family:"Courier New", Courier, mono;
	color: #495b95;
	font-size: 12px;
	font-weight: normal;
}

#gradtop{
	background-image:url(themes/maninweb/gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 200px;
	width: 100%;
}

#pfad{
	color: #ab5c17;
	font-size: 10px;
	text-align: left;
	left: 184px;
	top: 116px;
	width: 468px;
	position: absolute;
}

#pfad a:link, a:visited{ color: #ab5c17; text-decoration: none;}
#pfad a:active, a:hover{ color:#ab5c17; text-decoration: underline;}

.unten{
	color: #ab5c17;
	font-size: 10px;
	text-align: left;
	padding-top: 20px;
	/*width: 100px;*/
}

.unten a:link, a:visited{ color: #ab5c17; text-decoration: none;}
.unten a:active, a:hover{ color:#ab5c17; text-decoration: underline;}


/* Header */

#head{
	background-image: url(themes/maninweb/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 826px;
	height: 200px;
	margin-left: -413px;
	left: 50%;
	position: absolute;
}

*html #head{
	margin-left: -412px;
}

#headsub{
	width: 400px;
	left: 410px;
	font-size: 18px;
	font-weight: bold;
	top: 103px;
	color: #e9eaeb;
	position: absolute;
}

/*#headsub a:visited, #headsub a:link { color:#f6f7f9; text-decoration: none;}
#headsub a:active, #headsub a:hover { color:#f6f7f9; text-decoration: none;}*/

/* Ende Header */

/* Hauptbox */

#content{
	width: 856px;
	margin-left: -443px;
        padding-bottom: 60px;
	top: 20px;
	left: 50%;
	position: absolute;
}

/* Ende Hauptbox */


/* Inhalt */

#inhalt{
	padding: 0px 0px 40px 0px;
	margin: 0;
	float: left;
	/*text-align: left;*/
        text-align: justify;
	line-height: 18px;
	left: 184px;
	top: 143px;
	width: 450px;
	position: absolute;
}

*html #inhalt{
	top: 154px;
}

table{
	margin: 10px 0px 10px 20px;
	border-collapse: collapse;
}

td{
	text-align: left;
	padding: 2px 6px 2px 6px;
}

th{
	text-align: center;
	padding: 2px 6px 2px 6px;
}

table, th, td{ border: #495b95 solid 1px;}

.bsp{ 
	border-top: #495b95 dashed 1px;
	border-bottom: #495b95 dashed 1px;
	background-color: #dddfec;
	padding: 4px 10px 4px 10px;
}

.down{
	list-style-image: url(../themes/maninweb/download.gif);
	list-style-position: inside;
	font-style: italic;
}

.rot{ color: #C60;}

/* Ende Inhalt */

/* Sidebar rechts */

#sidebar{
	left: 670px;
	width: 150px;
	top: 110px;
	padding: 44px 0px 20px 0px;
	position: absolute;
}

*html #sidebar{ top: 116px;}

.sbhead{
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #3e3e3e;
	line-height: 28px;
	width: 140px;
	padding: 0;
	margin: 6px 0 0 0;
}

.sbbody{
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: #3e3e3e;
	line-height: 14px;
	width: 140px;
	margin: 4px 0 10px 0;
}

.sbbody a:link, .sbbody a:visited { color:#3e3e3e; text-decoration: none;}
.sbbody a:hover, .sbbody a:active { color:#c46a1a; text-decoration: underline;}

.date{
	color: #ab5c17;
	font-weight: bold;
	line-height: 16px;
}

.linklist{
	color: #3e3e3e;
	padding: 0;
}

.linklist a:link, .linklist a:visited { color:#3e3e3e; text-decoration: none;}
.linklist a:hover, .linklist a:active { color:#ab5c17; text-decoration: underline;}

/* Ende Sidebar rechts */

/* Postings */

.posting{
	font-size: 10px;
        color: #666;
        float: right;
        border-top: #666 dashed 1px;
}
/* End of 'structure' */

