/* 
	project:  rattenkiller.de
	author:   Anja Zschieschang
*/

body {
	color: black; background-color: #fcfcfc;
    font-family: arial, helvetica, tahoma ,verdana, sans-serif;
    padding: 1em 0;
	overflow-x: auto;
    overflow-y: auto;
	position: relative;
	text-align: center;
}

#divglobal {
	background-color:#FFF;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	position: relative;
	width: 850px;
}
#divheadleft {
	border-style:none;
	float: left;
	height: 100px;
	margin-bottom: 5px;
	text-align: left;
	width: 604px;
}
#divheadright {
	border-style:none;
	float: right;
	height: 100px;
	margin-bottom: 5px;
	text-align: left;
	width: 240px;
}
#divhead2 {
	border-style:none;
	float: left;
	height: 120px;
	text-align: left;
	width: 604px;
}
#divmenu {
	background-color:#fe8a00;
	background-image:url(images/menu_bg.jpg);
	background-repeat:no-repeat;
	background-position:  0% 0%;
	border-style:none;
	float: right;
	text-align: right;
	vertical-align:top;
	width: 240px;
}
#divfooter {
	border-style:none;
	clear:both;
	height: 100px;
	margin-top: 5px;
	text-align: left;
	width: 850px;
}
#divcontent {
	border-style:none;
	float: left;
	padding-top: 5px;
	text-align: left;
	width: 604px;
}

DIV.shadow, DIV.shadow2, DIV.shadow3, DIV.shadow4, DIV.shadow5 {
    border-radius: 10px;
	margin: 0 auto;
	padding: 1px;
    -moz-border-radius: 10px;
    text-align: center;
		position: relative;
		width: 874px;
    
}
DIV.shadow {
    background-color: #8e8e8e;
    border: 1px solid #959595;
    margin: 0 auto;
    text-align: center;
		position: relative;
		width: 862px;
}

DIV.shadow2 {
    background-color: #aaa;
    border: 1px solid #bebebe;
    margin: 0;
    text-align: center;
		position: relative;
		width: 865px;
}

DIV.shadow3 {
    background-color: #d1d1d1;
    border: 1px solid #e1e1e1;
    margin: 0 auto;
    text-align: center;
		position: relative;
		width: 868px;
}
DIV.shadow4 {
    background-color: #ededed;
    border: 1px solid #f6f6f6;
    margin: 0 auto;
    text-align: center;
		position: relative;
		width: 871px;
}

DIV.shadow5 {
    background-color: #fcfcfc;
    border: 1px solid #fff;
    /*float: inherit;*/
    /*margin: -0.2em 17em;*/
    text-align: center;
		position: relative;
		width: 874px;
}

#menu a, #menu a:visited , #menu a:active {
	background:transparent;
	color:#FFF;
	display: block;
	font-family: arial, helvetica, tahoma ,verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height:30px;
	line-height:30px;
	margin: 0 0 0 0;
	text-align:center;
	text-decoration: none;
	width:200px;
}
#menu a:hover {
	background:transparent;
	background-image:url(images/menu_pkt.gif);
	background-repeat:no-repeat;
	background-position:  50% 100%;
	border-bottom:solid 0px #000;
	color:#fff;
	text-decoration:none ;
}

.cut1 {background-color:#fedd00;}
.cut2 {background-color:#fea700;}

.submenu {	background:transparent;
	color:#000;
	display: block;
	font-family: arial, helvetica, tahoma ,verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height:20px;
	line-height:20px;
	margin: 0 0;
	text-align:center;
	text-decoration: none;
	width:200px;}

h2{
	color:#000;
	font: arial, helvetica, tahoma ,verdana, sans-serif;
	font-size: 14px;
	font-variant: normal; font-weight: bold;
	text-align:center;
}

#divcontent h2 { border-bottom: 1px solid #fedd00; margin: 5px 85px 15px;
}

p {
	color:#000;
	font: arial, helvetica, tahoma ,verdana, sans-serif;
	font-size: 14px;
	font-variant: normal; font-weight: normal;
	margin: 5px 0 0 0;
	padding: 0 5px 0;
}

.imgstyle {float:left;margin-top:5px;margin-bottom:5px;margin-right:10px;margin-left:5px;}

.imgstyle2 {float:right;margin-top:5px;margin-bottom:5px;margin-right:5px;margin-left:10px;}



