/* http://www.aktiv-pflege-service.de
-----------------------------------------------------------------------------------*/

* {
	border: none;
	padding: 0;
	margin: 0;
}

body {
	color: #242F6B;
	font-size: 10px;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	text-decoration: none;
	margin-top: 30px;
	margin-bottom: 50px;
	background-color: #E5E1D0;
}

/* LAYOUT
-----------------------------------------------------------------------------------*/

#wrapper {
	width: 840px;
	padding: 20px 10px 10px 10px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	border: solid 1px #CEC9A8;
	background-color: #EDEADE;
}

#header {
	height: 37px;
	padding-top: 300px;
	margin-bottom: 20px;
	background: url(images/header/rotator.php) no-repeat center center;
}

/* GRIDS
-----------------------------------------------------------------------------------*/

.grid1,
.grid2,
.grid3,
.grid4,
.grid5,
.grid6,
.grid7,
.grid8,
.grid9,
.grid10,
.grid11,
.grid12 {
	padding: 0 10px 0 10px;
	float: left;
}

/*GRIDS-SIZE 50px
-----------------------------------------------------------------------------------*/

/*.grid1 {
	width: 50px;
}

.grid2 {
	width: 120px;
}

.grid3 {
	width: 190px;
}*/

.grid4 {
	width: 260px;
}

/*.grid5 {
	width: 330px;
}

.grid6 {
	width: 400px;
}

.grid7 {
	width: 470px;
}*/

.grid8 {
	width: 540px;
}

/*.grid9 {
	width: 610px;
}

.grid10 {
	width: 680px;
}

.grid11 {
	width: 750px;
}*/

.grid12 {
	width: 820px;
}

/* MAINNAVI
-----------------------------------------------------------------------------------*/

ul#navi {
	font-size: 1.3em;
	border-left: solid 1px #CEC9A8;
	clear: both;
	overflow: hidden;
}

ul#navi li {
	display: inline;
}

ul#navi li a,
ul#navi li a.act {
	border-top: solid 1px #CEC9A8;
	border-right: solid 1px #CEC9A8;
	border-bottom: solid 1px #CEC9A8;
	text-decoration: none;
	padding: 8px 15px 8px 15px;
	float: left;
}

ul#navi li a {
	color: #242F6B;
	background: #E8B72B url(images/bg_gradient.gif) repeat-x 0 0;
}

ul#navi li a:hover,
ul#navi li a.act {
	color: white;
	background: #242F6B;
}

/* SUBNAVI
-----------------------------------------------------------------------------------*/

ul#footernavi {
	font-size: 1.1em;
	text-align: center;
	padding-bottom: 10px;
	clear: both;
}

ul#footernavi li {
	display: inline;
}

ul#footernavi li a {
	color: #242F6B;
	text-decoration: none;
	padding: 5px;
}

ul#footernavi li a:hover {
	text-decoration: underline;
}

/* DOWNLOADNAVI
-----------------------------------------------------------------------------------*/

ul#downloads {
	font-size: 1.3em;
	clear: both;
	list-style: none;
}

ul#downloads li {
	display: block;
}

ul#downloads li a {
	color: #242F6B;
	text-decoration: none;
	height: 82px;
	padding: 10px;
	display: block;
	clear: both;
	overflow: hidden;
}

ul#downloads li a:hover {
	text-decoration: underline;
	background: #E8B72B url(images/bg_gradient.gif) repeat-x 0 0;
}

ul#downloads img {
	float: left;
	margin-right: 10px;
	border: 1px solid white;
}

/* CONTENT
-----------------------------------------------------------------------------------*/

.content {
	padding: 10px;
	margin-bottom: 20px;
	border: solid 1px #CEC9A8;
	overflow: hidden;
	clear: both;
	background-color: #FBF39C;
}

.box {
	margin-bottom: 20px;
	border: solid 1px #CEC9A8;
	background-color: #FBF39C;
}

/* TEXTFORMATE
-----------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4 {
	line-height: 1.2em;
	margin-bottom: 10px;
}

h1 {
	font-size: 2em;
	font-weight: bold;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
}

h4 {
	color: red;
	font-size: 1.5em;
	font-weight: bold;
}

p {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.space {
	padding: 10px;
}

.gradient {
	margin: 0;
	background: #E8B72B url(images/bg_gradient.gif) repeat-x 0 0;
}

.versal {
	text-transform: uppercase;
}

a, 
a:visited {
	color: #E8B72B;
	text-decoration: none;
}

a:hover {
	color: #242F6B;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

a img {
	border: none;
}

.content ul {
	font-size: 1.3em;
	line-height: 1.5em;
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 20px;
}

.content ul li {
	list-style-position: outside;
	list-style-image: url(images/arrow_right_blue.gif);
	margin-bottom: 5px;
}

/* BILDFORMATE
-----------------------------------------------------------------------------------*/

img.full {
	padding: 10px 0 10px 0;
	clear: both;
}

img.left {
	padding: 0 10px 10px 0;
	float: left;
}

img.thumb {
	padding: 0 10px 10px 0;
	float: left;
}

/* FORM
-----------------------------------------------------------------------------------*/

.form {
	color: #242F6B;
	font-size: 1.3em;
	width: 498px;
	padding: 20px 10px 0 10px;
}

label {
	width: 150px;
	float: left;
	padding: 5px;
}

input,
select,
textarea {
	color: #242F6B;
	font-size: 1em;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	padding: 5px;
	margin-bottom: 20px;
	background-color: #E8B72B;
}

input {
	width: 270px;
}

select {
	width: 139px;
}

textarea {
	width: 270px;
	height: 180px;
}

.button {
	color: #242F6B;
	width: 139px;
	margin-right: 1px;
	background-color: #E8B72B;
}

/* CLEARINGS
-----------------------------------------------------------------------------------*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}