/* Styles Larifari.de */

/* general */
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}

body {
	background-image: url(layout/05-bgr.jpg);
	background-repeat: repeat-x;
	background-color: #85999A;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #253E42;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

h1 {
	font-size: 16px;
	color: #6B2724;
}
h2 {
	font-size: 14px;
}
.border {
	border:1px solid #333333;
}



/* Layout */

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -53px; /* the bottom margin is the negative value of the footer's height */
	background: url(layout/04-content.jpg) repeat-y center;
	width: 1022px;
}
.header {
	height: 311px;
	width: 1022px;
}

.wrapper .content #cntnt #left #navi {
	padding: 14px;
	padding-right: 20px;
	text-align: left;
	padding-top: 0px;
}
.wrapper .content #cntnt #right #news {
	padding: 10px;
	padding-left: 26px;
	color: #CCCCCC;
	text-align: left;
}

.wrapper .content #cntnt #left #navi li {
	list-style: none;
	padding-bottom: 10px;
	text-align: left;
}

.wrapper .content #cntnt #left #navi a {
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	display: block;
	padding: 2px;
	text-decoration: none;
}
.wrapper .content #cntnt #left #navi a:hover {
	color: #FFCC66;
}
.wrapper .content #cntnt #left #navi .active {
	color: #FFCC33;
}

.content {
	margin: 0 auto;
	width: 1022px;
}

.wrapper .content #cntnt #inhalte {
	text-align: left;
	padding: 10px;
	line-height: 20px;
}

.wrapper .content #cntnt #left {
	background: url(layout/02-left.jpg) no-repeat;
}
.wrapper .content #cntnt #right {
	background: url(layout/03-right.jpg) no-repeat;
}


/* footer styles */
.footer {
	background: #fff url(layout/04-content.jpg) repeat-y;
	width: 1022px;
}
.footer, .push {
	height: 53px; 
}

