/*

CSS File for www.derzeichensetzer.de

*/


body {
	background: #d4d4d4;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	padding:0;
	margin:0;
}


a:link {color: #d3d3d3;}
a:visited {color:#d3d3d3;}
a:hover {color: #fff;}
a:active { color:#fff;}



/* ---------- wrapper & container zentriert das layout-------------- */
#wrapper {
	position:absolute;
	height:758px;
	width:852px;
	margin:0px 0px 0px -426px;
	top: 40px;
	left: 50%;
	text-align: left;
	background: #ae2f18 url(../images/bg-wrapper.gif) 0 0 no-repeat;
}


#container {
	width: 840px;
	min-height:740px;
	margin: 0 auto;
	padding: 0 0;
}


/* -----------------Inhalt--------------------- */
#content {
	position:absolute;
	height:325px;
	width:780px;
	padding: 0;
	margin: 350px 0 0 40px;
	border:0px solid lime;
	background: #ae2f18;
}

#left {
	float: left;
	width: 280px;
	margin: 0;
	padding: 0 0 0 0;
	color:#d3d3d3;
	border: 0px solid gold;
}
	
#right {
	float: right;
	width: 490px;
	height: 306px;
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
	color:#d3d3d3;
	overflow: auto;
	border: 0px solid gold;
}


p {
	padding: 0px 10px 12px 0;
	margin:0;
}

p.head14 { 
	font-size:16px;
	color:#FFFFFF}

p.head14-fl { 
	font-size:12px;
	margin: 12px 0 0 0;
	}

p.head24 { 
	color:#ba786c;
	font-size:20px;
	font-family: Verdana, Arial, Sans-Serif; 
	margin: 5px 0 5px 0;
	}


#logo { 
	position:absolute; 
	right:55px; 
	top:20px;
	width: 260px;
	}


#content #right ul { 
	list-style:none; 
	margin:0 0 15px 0; 
	padding:0 0 0 15px; 
	}
	
#content #right ul li { margin: 2px 0 2px 0; }

#content #right table td { padding: 3px 0 3px 0; }


/* -----------Menu--------------------------- */

#menu {
	position:absolute;
	left:00px;
	top:75px;
	width: 142px;
	}


#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	display: block;
}

#menu li a, 
#menu li a:link {
	text-decoration: none;
	display: block;
	color: #d3d3d3;
	height:22px;
	line-height:22px;
	padding-left:12px;
}

#menu li a:visited {
	color: #d3d3d3;
}

#menu li a:hover, 
#menu li a:active, 
#menu li a:focus {
	color: #ffffff;
	background: url(../images/menu-li-item-active.gif) left 7px no-repeat;
}

#menu li.active {
	color: #fff !important;
	background: url(../images/menu-li-item-active.gif) left 7px no-repeat;

}



/* -----------footer--------------------------- */

#footer {
	position: absolute;
	bottom:50px;
	left:0px;
	padding: 0;
	width:850px;
}

#footer .left { 
	float:left;
	line-height: 15px;
	margin-left: 47px; 
	color: #d3d3d3; 
	font-size:12px; 
	width:320px;
	overflow: hidden;
	
	}
	
* html #footer .left {	margin-left: 25px; }


#footer .right { 
	float:left;
	text-align:right; 
	color: #d3d3d3; 
	font-size:10px;
	width:418px;
	margin-top:17px
	}

* html #footer .right { width:400px; }

#footer a:link,
#footer a:visited {
	color: #d3d3d3;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	color: #ffffff;
	text-decoration: none;
}
