@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

html {
	height: 100%;
}

body
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #f9f7ed;
	font-family: Arial, Helvetica, sans-serif;
	color: #1b1b1b;
	line-height: 18px;
	font-size: 12px;
}

#aussenwrapper
{
	height: 100%;
	position: relative;
	width: 922px;
	margin: 0 auto;
	background-color:#f7f3e2;
	background-image:url(../gfx/hintergrund.gif);
	background-position: top left;
	background-repeat:repeat-y;
	
}

#innenwrapper
{
	height:100%;
	overflow: auto;
	background: #F7F3E2;
	
}

#wrap {
	position:relative;
	display:block;
	width: 922px;
  min-height:100%;
  height:auto !important;
  height:100%;
	margin: 0 auto;
	text-align: left;
	background-color:#f7f3e2;
	background-image:url(../gfx/hintergrund.gif);
	background-position: top left;
	background-repeat:repeat-y;
}

#navigation {
	display:block;
	position:relative;
	min-height:100%;
	width: 186px;
	padding:0;
	margin:0;
	float:left;
}

#leftbox
{
	float: left;
	width: 186px;
	/*padding: 5px 5px 25px 5px;*/
}

#content
{
	background: #f7f3e2;
	/*padding: 5px 5px 25px 5px;*/
		padding: 20px;	

	margin-top: 141px;
	margin-left:0px;
	background-image:url(../gfx/burg_bg.gif);
	background-repeat:no-repeat;
	background-position:top;

}

#header
{
	position: absolute;
	top: 0;
	left:186px;
	width: 736px;
	height:141px;
	background: #f7f3e2;
}

#flashheader {
	margin-right: 5px;
	width: 470px;
	height: 120px;
	overflow: hidden;
	float: left;
	padding: 5px 0 5px 5px;
}

#staticheaderpic {
	margin-right: 0px;
	width: 130px;
	height: 120px; 
	/*background-color: #009900;*/
	float: left;
	padding: 5px 0 5px 0;

}

#languagechooser {
	width: 120px;
	height: 120px;
	float: left;
	padding:5px 0 5px 0;
}

#fahnen {
	margin: 40px 0 0 40px;	
}
#fahnen img {
	margin-right: 10px;
}

#realcontent {
	width: 696px;
	min-height: 350px;
	padding: 20px;	
	margin: 0 0 20px 0;
	background-color:#f7f3e2;
	background-image:url(../gfx/burg_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#footer
{
	position: absolute;
	bottom: 0;
	left:186px;
	width: 736px;
	background: #f7f3e2;
	height:35px;
	padding-top: 10px;
	text-align: center;
	border-top: 1px solid #ccc;

}

#logo {
	margin: 25px 0 0 25px;
}

#navigationbox {
	margin: 35px 0 0 0;
}

#counter {
	margin: 35px 0 0 0;
}

#leftbox ul {
	list-style:none;
}

#leftbox ul li {
	width: 178px;
	height: 28px;
	display: block;
	background-image:url(../gfx/nav_bg_off.gif);
	background-attachment:top left;
	background-repeat:no-repeat;
}
.navigationboxactive {
	width: 178px;
	height: 28px;
	display: block;
	background-image:url(../gfx/nav_bg_on.gif) !important;
	background-attachment:top left;
	background-repeat:no-repeat;
}
#leftbox ul li:hover {
	width: 178px;
	height: 28px;
	display: block;
	background-image:url(../gfx/nav_bg_on.gif);
	background-attachment:top left;
	background-repeat:no-repeat;
}
#leftbox ul li:active {
	width: 178px;
	height: 28px;
	display: block;
	background-image:url(../gfx/nav_bg_on.gif);
	background-attachment:top left;
	background-repeat:no-repeat;
}
#leftbox ul li a:link {
	margin-left: 50px;
	text-decoration:none;
	color: #ffffff;
	line-height: 27px;
	display: block;
}
#leftbox ul li a:visited {
	margin-left: 50px;
	text-decoration:none;
	color: #ffffff;
	line-height: 27px;
	display: block;
}

h1 {
	font-size: 20px;
	line-height: 30px;
	color: #af0233;
}

h2 {
	font-size: 30px;
	line-height: 30px;
	color: #af0233;
	margin-top: 150px;
	margin-left: 50px;
}

p.content {
	margin-bottom: 40px;
}

.contentpictureleft {
	float: left;
	padding: 3px;
	border: 1px solid #ccc;
	margin: 2px 10px 5px 0;
	background-color:#FFFFFF;
}

#submenudiv {
	margin-bottom: 40px;
}

#submenudiv ul {
	list-style: none;
}

#submenudiv ul li {
	float: left;
	margin-right: 25px;
}

#submenudiv ul li a:link {
	font-size: 14px;
	font-weight: bold;
	color: #af0233;
	text-decoration:none;
}
#submenudiv ul li a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #af0233;
	text-decoration:none;
}
#submenudiv ul li a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration:underline;
}
#submenudiv ul li a:active {
	font-size: 14px;
	font-weight: bold;
	color: #af0233;
	text-decoration:underline;
}

.article-box {
	width: 640px;
	text-align: justify;
	padding-bottom: 10px;
}

.article-box img {
	border: 5px solid #dbdbdb;
	background-color: #f9f7ed;
	padding: 3px;
}

.article-box h2{
	margin-top: 10px;
	margin-bottom: 10px;
}
.article-box h3{
	margin-top: 10px;
	margin-bottom: 10px;
}
.article-box a:link {
	color: #1b1b1b;
	text-decoration: underline;
}
.article-box a:visited {
	color: #1b1b1b;
	text-decoration: underline;
}
.article-box a:hover {
	color: #af0233;
	text-decoration: underline;
}

/* Inicio paginacion */
br.clear{
	clear: both;
	height: 1px;
}
div.pagination {
	text-align:left;
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #4d4d4d;
	text-decoration: none; 
	color: #000000;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #f3873e;
	color: #000;
	background-color: #f3f3f3;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #1b1b1b;
	font-weight: bold;
	background-color: #000000;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #929292;
	color: #929292;
}

/* Fin paginacion */

