/*
* CSS for Design-Template BlueSquare
* Created by: STFmedia
* Adapted for REDAXO: STFmedia
* mailto:thorsten@stf-media.com for further assistance, no telephone support
* Last modified: 31.08.2008 14:43:09
*/

body {
	margin: 0px auto;
	text-align: center;
	padding: 0;
	font-family: Arial, sans-serif;
	background: #f4f4f4;
	font-size: 0.75em;
}
#wrap {
	text-align: left;
	background: #ffffff;
	color: #303030;
	margin: 0 auto;
	width: 1000px;
}
#topper { 
	height: 24px;
	width: 100%;
	background-color: #004;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
#topper p { /* Schriftzug im Design-Rahmen oben */
	color: #fff;
	font-size: 10px;
	line-height: 24px;
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
	float: left;
	width: 30%
}
#header {
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
	height: 120px;
}
#header h1 {
	width: 400px;
	margin: 25px 0 0 10px;
	float: left;
	font-size: 25px;
}
#header h1 a:link, #header h1 a:visited, #header h1 a:hover, #header h1 a:focus {
	color: #fff;
	text-decoration: none;
}
#header p {
	width: 360px;
	float: right;
	text-align: center;
	color: #a0a0a0;
	margin: 0 0 10px 0;
	font-size: 1em;
	line-height: 1.2em;
}
.mainNav {
	margin: 0 0 15px 0;
	height: 24px;
	width: 100%;
	background-color: #004;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
.mainNav ul{
  display:block;
  margin:0;
  padding:0;
}
.mainNav li{
  display:inline;
  list-style-type:none;
}
.mainNav a, .mainNav a:visited {
	background-color: #004;
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 24px;
	padding: 0 16px 0 13px;
	border-right: 1px solid #fff;
	text-decoration: none;
}
.mainNav ul li a:active, .mainNav a:hover, .mainNav ul li a.rex-current, .mainNav ul li a.rex-active {
	background-color: #008;
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 24px;
	padding: 0 16px 0 13px;
	border-right: 1px solid #fff
}
.mainNav a.current, .mainNav a.current:hover, .mainNav a.current:visited, .mainNav a.current:active {
	background-color: #008;
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 24px;
	padding: 0 16px 0 13px;
	border-right: 1px solid #fff
}

div.teaser {
	margin-bottom: 25px;
	border-bottom: 1px solid #606060;
}
#navigation {
	float: left;
	width: 150px;
	padding: 0px 0;
}

#navigation ul.rex-navi1 li {
	padding: 0 0 0 0;
	margin: 2px 0 0 -35px;
	list-style-type: none;
	background: #f4f4f4;
}

#navigation ul.rex-navi1 a {
	display: block;
	padding: 0 0 0 10px;
	font-size: 1em;
	width:135px;
	font-weight: normal;
	line-height: 32px;
}
#navigation ul.rex-navi1 a.rex-current, #navigation ul.rex-navi1 a:hover {
	text-decoration: none;
	color: #fff;
	background: #008;  
}


#extras { /* rechte Spalte, falls eingerichtet.*/
	float: right;
	width: 100px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.5em;
}
#extras p {
	margin: 0 0 1.5em 0;
}
#content {
	margin: 0 110px 20px 160px;
	border-left: 1px solid #004;
	border-right: 1px solid #004;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: left;
}
#content h1 {
	font-size: 1.4em;
}
#content h2 {
	font-size: 1.2em;
	margin: 0 0 0.5em 0;
}
#content h3 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
}
#content h4 {
	font-size: 1em;
	margin: 0 0 0.5em 0;
}
#content img {
	padding: 1px;
	display: inline;
	background: #cccccc;
	border: 1px solid #f0f0f0;
}
#content div.flRight { /* floating images, inserted via textile*/
	float: right;
	margin-left: 10px;
}
#content div.flLeft { /* floating images, inserted via textile*/
	float: left;
	margin-right: 10px;
}
a {
	text-decoration: none;
	color: #286ea0;
}
a:hover {
	text-decoration: underline;
	color: #286ea0;
}
a img {
	border: 0;
}
#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 12px solid #004;
	width: 1000px;
	text-align: center;
	color: #808080;
	font-size: 0.9em;
}
#footer a {
	color: #808080;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.left {
	margin: 10px 10px 5px 0;
	float: left;
}
.right {
	margin: 10px 0 5px 10px;
	float: right;
}
.textright {
	text-align: right;
}
.center {
	text-align: center;
}
.small {
	font-size: 0.8em;
}
.bold {
	font-weight: bold;
}
.hide {
	display: none;
}
