/* Standard */
body {
	background:#FAF2DA url(/fileadmin/templates/soziale/layout/bg.jpg) repeat-x;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:101%;
	text-align:center;
	padding-bottom:20px;
}

p,h1,h2,h3,h4,h5,h6,li {
	font-size:.6em;
	font-weight:normal;
	color:#273052;
}

br#terminator {
	font-size:0;
}

a {
	text-decoration:none;
}

a img {
	border: none;
}

#main {
	width:760px;
	border:1px solid #A3B7CB;
	background:#D1DBE5;
	text-align:left;
	margin:40px auto 0 auto;
	padding-bottom:12px;
}

#head{
	background:#F0F3F7 url(/fileadmin/templates/soziale/layout/bg_head.jpg) right top no-repeat;
}

/* Menu */
#menu {
	background:#F90 url(/fileadmin/templates/soziale/layout/bg_menu.jpg) repeat-y;
}

#menu ul {
	list-style-type:none;
	font-size:1.1em;
	margin:0 0 0 200px;
	padding:6px 0 0 0;
	text-align:left;
}

#menu ul li {
	font-weight:bold;
	padding-right:6px;
	float:left;
	color:white;
}

#menu ul li a {
	color:white;
	padding-right:6px;
}

#menu ul li a:hover {
	color:#415972;
}

/* Navigation */
#navigation {
	width:198px;
	float:left;
}

/* Contentbereich */
#content {
	background:url(/fileadmin/templates/soziale/layout/bg_feature_fx.gif) repeat-y right;
	margin:25px 0 0 0;
}

* html #content {
	background:url(/fileadmin/templates/soziale/layout/bg_feature_ie.gif) repeat-y right;
	margin:43px 0 0 0;
}

#box {
	width:340px;
	float:left;
	background:white;
	padding:0 20px 40px 20px;
	margin:0;
}

* html #box {
	width:380px;
	margin:0 0 -2px 0;
}



/* Feature */
#feature {
	width:182px;
	float:left;
	text-align:center;
}

* html #feature {
	width:180px;
	float:left;
}

/* Foot */
#foot {
	width:760px;
	margin:6px auto 20px auto;
	text-align:right;
}

#foot p {
	margin:0 12px 0 0;
	color:#366283;
}

#foot p a {
	color:#366283;
}

#foot p a:hover {
	color:#303A65;
}