/*
	STYLESHEET
	--------------------------------------------------------------
	Media Type: 	Screen
	Copyright:		2007 Powerbasis Media
	Date: 			2007-11-13

	XHTML/CSS Conversion by Global Systems
------------------------------------------------------------------

__________________01. Global
__________________02. Header
__________________03. Linke Spalte mit Navigation
__________________04. Main Content
__________________05. Rechte Spalte
__________________06. Footer
__________________07. Surftipps Unten

------------------------------------------------------------------*/



/* 01. Global
------------------------------------------------------------------*/

* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#wrapper {
	margin: 0 auto;
	width: 770px;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
}
h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}

a:link {font-family:Verdana,Helvetica,sans-serif;text-decoration:underline; color: #000000}
a:visited {font-family:Verdana,Helvetica,sans-serif;text-decoration:underline; color: #000000}
a:active {font-family:Verdana,Helvetica,sans-serif;text-decoration:underline;color:#000000}
a:hover {font-family:Verdana,Helvetica,sans-serif;text-decoration:underline; color: #000000}
hr {margin-top:5px; margin-bottom:5px; border-bottom-style:solid;}
input { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; color: #000000; font-weight: bold; clip:   rect(   )}
select { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; color: #000000; font-weight: bold }
textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; color: #000000; font-weight: bold }

/* 02. Header
------------------------------------------------------------------*/

#header {
	color: #333;
	width: 770px;
	float: left;
	height: 100px;
	margin: 0px 0px 20px 0px;
}

#header img {
	border:none;
}

/* 03. Linke Navigation
------------------------------------------------------------------*/

#leftcolumn {
	color: #333;
	height: 650px;
	width: 173px;
	float: left;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#leftcolumn h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	background-color:#d0191a;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	vertical-align: middle;
	display: block;
	height: 20px;
	width: 173px;
	line-height:20px;
	text-indent: 4px;
}

#leftcolumn ul {
	padding: 5px 10px 3px 3px;
	list-style:none;
}
#leftcolumn ul li {
	margin-bottom:4px;
}

#leftcolumn ul a {
	display:block;
	padding-left: 2px;
	color:#000;
	text-decoration:underlined;
}

#leftcolumn p {
	margin-bottom:4px;
	margin-top:4px;
}

#leftcolumn .box {
	text-align:center;
	padding:10px;
}

/* 04. Main Content
------------------------------------------------------------------*/

#content {
	float: left;
	color: #000;
	width: 590px;
	display: inline;
}
#content_top {
	display: block;
	height: 45px;
	line-height:20px;
}

#content_3cols {
	float: left;
	color: #000;
	width: 468px;
	display: inline; } }

#content h1 {
	margin-bottom:5px;
}
#content ul {
	margin-left:15px;
}
#content ol {
	margin-left:22px;
}
#content_3cols ul {
	margin-left:15px;
}
#content_3cols ol {
	margin-left:22px;
}

#content_3cols h1 {
	margin-bottom:5px;
}

#content p {
	margin-bottom:8px;
	margin-top:8px;
}
#content_3cols p {
	margin-bottom:8px;
	margin-top:8px;
}

#content_3cols a:link {font-family:Verdana,Helvetica,sans-serif;text-decoration:underline; color: #D0191A}
#content_3cols a:visited {font-family:Verdana,Helvetica,sans-serif;text-decoration:underline; color: #D0191A}
#content_3cols a:active {font-family:Verdana,Helvetica,sans-serif;text-decoration:underline;color:#D0191A}
#content_3cols a:hover {font-family:Verdana,Helvetica,sans-serif;text-decoration:underline; color: #D0191A}

#content img {
	margin:4px;
}

#content_3cols img {
	margin:4px;
}


#teaser_box {
	display:block;
	height: 95px;
	width: 100%;
}

#teaser_box h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	background-color:#d0191a;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	vertical-align: middle;
	display: block;
	height: 20px;
	width: 100%;
	line-height:20px;
	text-indent: 4px;
}
#teaser_box h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin-top:3px;
}

#teaser_box img {
	float:left;
	margin-top:4px;
	margin-right:8px;
	margin-bottom:4px;
	margin-left:4px;
	border:none;
}

#teaser_box p {
	margin-top:1px;
}

.box.left {float:left}
.box.right {float:left; margin-left:3px; width: 280px}
.box.left2 {float:left}
.box.right2 {float:left; margin-left:1px; width: 165px}
.box h2 {
	margin:0 0 3px 0;
	padding: 4px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #D0191A;
	border-bottom: 1px solid #000;
}
.box h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.box p {margin:0 0 1em 0; padding:0}


/* 05. Rechte Spalte
------------------------------------------------------------------*/

#rightcolumn {
	color: #333;
	background: #fff;
	margin: 0px 0px 0px 0px;
	height: 700px;
	width: 122px;
	float: left;
}

/* 06. Footer
------------------------------------------------------------------*/

#footer {
	display:block;
	width: 770px;
	height:21px;
	clear: both;
	color: #fff;
	background: #d0191a;
	margin: 0px 0px 3px 0px;
	line-height:21px;
	font-weight: bold;
	text-align: right;
}

/* 07. Surftipps
------------------------------------------------------------------*/

#surftipps {
	width: 770px;
	clear: both;
	color: #000000;
	margin: 0px 0px 10px 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* 08. Newsletter Form
------------------------------------------------------------------*/
hr.hr {border:1px solid #000; margin:0}
#newsletter-container {
	padding: 2px;
	background:#FFFF00;
	margin: 5px 0;
}
#newsletter-container form {float:left; width:180px; padding:0px 2px 2px 2px; margin-bottom:3px}
#newsletter-container input#email {margin-bottom:3px}
#newsletter-container p {margin:0; padding:0}
#newsletter-container p.gratis {font-weight:bold; clear:left}

/* Spartipp einsenden */
#spartipp {width:408px}
#spartipp .error {border:1px solid #CC0000; background:#fcbebe; padding:0 5px}
#spartipp input, #spartipp textarea {padding:2px; font-weight:normal; width:400px}
#spartipp input#submit {width:300px}
#spartipp input#vericode {width:147px}
#spartipp select {font-weight:normal; padding:2px; width:300px}
#spartipp .spamschutz {border:1px solid #ccc; padding:5px;; background:#F5F5F5}
#spartipp .spamschutz p {padding:0; margin:0}
#spartipp .spamschutz img {border:1px solid #ccc; margin:3px 0}