/*
	Module23 Werbeagentur Koblenz
	Chlodwigstr. 11-13
	56068 Koblenz
	0261/8874605
	http://www.module23.com
*/

@charset "utf-8";

/* Hard Reset */
*{
	margin:0;
	border:0;
	padding:0;
}

/* General Classes */

body {
	background: #FFFFFF url(img/body_bg.jpg) repeat-x;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
}

h1 {
	font-size: 20px;
	font-weight:normal;
	margin-bottom: 18px;
}

h2 {
	font-size: 16px;
	font-weight:normal;	
	margin-bottom: 5px;
}

h3 {
	font-size: 14px;
	font-weight:normal;	
	background-color:#4496d5;
	color:#FFFFFF;
	line-height: 28px;
	padding-left: 10px;
}

a:link {
	text-decoration:underline;
	color: #1875ba;
}

a:visited {
	text-decoration:underline;
	color: #1875ba;
}

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

input {
	border: 1px solid #CCC;
	font-size: 10px;
	line-height: 12px;
	padding: 1px;
	width: 220px;
}

textarea {
	border: 1px solid #CCC;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
	width: 220px;
}

select {
	border: 1px solid #CCC;
}

.myclear {
	clear:both;
	height: 1px;
	overflow: hidden;
}

.button {
	height: 20px;
}

/* Main Structure */

.container {
	width: 965px;
	height: 100%;
	background: url(img/container_bg.png) repeat-y;
}

.header {
	width: 960px;
	height: 149px;
	background-color:#e9e9e9;
}


.logo {
	width: 240px;
	height: 61px;
	float: left;
	margin-top: 88px;
}

.headerimg {
	width: 720px;
	height: 149px;
	float: left;
}

.leftbar {
	width: 240px;
	background-color:#e9e9e9;
	float: left;
	/*height: 480px;*/
	height: 100%;
}

.content {
	width: 700px;
	float:left;
	height: 100%;
	padding: 20px 0 0 20px;;
}

.footer {
	clear:both;
	width: 962px;
	height: 100px;
	background-color: #d7d7d7;
}

.footerleft {
	width: 240px;
	float: left;
	height: 100px;
}

.footermiddle {
	background-color:#e9e9e9;
	width: 490px;
	float:left;
	height: 90px;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 9px;
}

.footerright {
	background-color:#f0f0f0;
	width: 190px;
	float:left;
	height: 80px;
	padding: 10px;
}


/* Main Content */

.textbox {
	width: 450px;
	float: left;
	margin-bottom: 25px;
}

.textboxwide {
	width: 650px;
}

.flash {
	color:#FF0000;
	padding: 10px 0;
}

.picflow {
	width: 120px;
	height: 120px;
	margin: 0 10px 10px 0;
	float:left;
	border: 1px solid #CCC;
	padding: 2px;
}

.picflowr {
	width: 120px;
	height: 120px;
	margin: 0 0 10px 10px;
	float:right;
	border: 1px solid #CCC;
	padding: 2px;
}

.desc {
	width: 150px;
	float:left;
}

.profile {
	width: 200px;
	float: left;
}

.mugshot {
	width: 120px;
	float: right;
	border: 1px solid #CCC;
	padding: 2px;
}

.leftfloat {
	width: 350px;
	float: left;
}


/* News */

.newsbox {
	width: 200px;
	min-height: 250px;
	border: 1px solid #CCC;
	float: left;
	margin-left: 40px;
	overflow: auto;
	margin-bottom: 25px;
}

.newstext {
	padding: 5px;
}

.newspic {
	width: 100px;
	height: 100px;
	margin-right: 15px;
	float: left;
}


/* Navigation */

.navigation {
	width: 230px;
	font-size: 11px;
	color:#666;
	padding-left: 10px;
	margin-top: 25px;
}

.navigation li {
	border-bottom: 1px solid #b6b6b6;
	line-height: 25px;
	padding-left: 20px;
	background-image:url(img/navi_pfeil_zu.gif);
	background-repeat:no-repeat;
	background-position:210px 10px;
	list-style: none;
}

.navigation a:link {
	text-decoration:none;
	color: #666;
}

.navigation a:visited {
	text-decoration:none;
	color: #666;
}

.navigation a:hover {
	text-decoration:none;
	color: #999;
	/*background-image:url(img/navi_over.gif);
	background-repeat:no-repeat;
	background-position:0 0;*/
}

#active {
	font-weight: bold;
}


/* Footer */

.footermiddle a:link {
	text-decoration: none;
	margin: 0 10px;
	
}

.footerright input {
	border: 1px solid #CCC;
	font-size: 10px;
	line-height: 12px;
	padding: 1px;
	width: 145px;
}


/* Admin  */

.textboxadmin {
	width: 650px;
	float: left;
}

.textboxadmin input{
	width: 450px;
}

.textboxadmin textarea{
	width: 450px;
}

.showname {
	width: 200px;
	float: left;
	margin-right: 20px;
}

.showemail {
	width: 250px;
	float: left;
	margin-right: 20px;
}

.showstatus {
	width: 20px;
	float: left;
	margin-right: 20px;
}
	

