/* 
* 
* $Revision: 22 $
* $LastChangedDate: 2008-03-21 12:55:02 +0100 (Fr, 21 Mrz 2008) $
* $Author: arvid $
*
*/
/*#############################################################
Name: Vereinlayout 01
Date: 2009-04-02
Description: Template with two columns.
Author: Sven huchel
URL: http://www.huchel-visualmedia.de

Please provide credits.
#############################################################*/

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #fff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	text-align: center;
}

/* ################   Position ################  */
#all
{
	color: #000000;
	font-size: 12px;
	margin: 0 auto;
	width: 900px;
	height: auto;	
	padding: 0;
	text-align: left;
}



#header {
background: #f6c868 url(../grafiken/header-bg.jpg) top left no-repeat;
	width: 900px;
	height:190px;
	float:left;
	margin:0;
	padding:0;
	position:relative;
}

#header .header-right {
float:right;
width:391px;
height:150px;

}

#header .logo {
float:right;
width:391px;
height:150px;
margin: 10px;
}

#header .logo img{
float:right;
}

#header h1.title {
	position:absolute;
	left:17px;
	bottom:10px;
	display: block;
	float:left;
	width: auto;
	color: #FFF;
	line-height: 18px;
	margin: 0px 10px 0 0px;
		font-size:14px;
}

#header .search {
position:absolute;
bottom:10px;
right:10px;
float:right;
width:391px;
height:50px;

}

#header .search-inner {
float:right;
width:225px;

}

#header .search h3{
	display: block;
	float:left;
	width: auto;
	color: #fff;
	line-height: 40px;
	margin:auto 0;
}

#header input {
background:#f6c868;
}

#header input.searchbutton {
background:none;
}

/* main */
#main {
float: left;
width:900px;
background: #fff;
overflow:hidden;
position:relative;
}



/* Content */

#content {
	width:870px;
margin:12px 15px 25px 15px !important;
margin:12px 0px 25px 9px;
padding-bottom:25px;
float:left;
min-height:270px;

}

#content .termine h3 {
	display: block;
	width:300px;
	background:#f6c868;
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	padding-left: 12px;
	margin:-5px 0 10px -5px !important;
	margin:-5px -5px 10px -5px
}


#content .termine{
	background: #fff url(../grafiken/termine-bg.jpg) bottom no-repeat;
border-left:1px solid #f6c868;
border-right:1px solid #f6c868; 
border-bottom:1px solid #f6c868; 
width:300px;
position:absolute;
right:0;
top:20px;
padding:5px; 
margin-left:10px;
}



p,cite,code,ul,ol {
/*	font-size: 1.2em;
	padding-bottom: 1.2em;*/
}
#content ul,ol {margin-left: 1.2em;}

#content ul li {list-style-image: url(../grafiken/li.gif);}

#content a:link,#content a:visited
{
	color: #d39617;
	text-decoration:none;
}

#content a:hover,#content a:active, #content a:focus
{
	background:#d39617;
	color:#FFF;
}


a.oben:link, a.oben:visited
{
	display:block;
	background:url(../grafiken/oben-bg.jpg) right bottom no-repeat;
	float:right;
	width:100px;
	text-align:right;
	padding-right:25px;
	line-height:20px;
	color: #fff;
	text-decoration:none;
}

a.oben:hover, a.oben:active, a.oben:focus
{
	background:url(../grafiken/oben-bg.jpg) right bottom no-repeat;
	padding-right:25px;
	color:#000;
} 

blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}


/* misc */
.clearer {clear: both;}

/* structure */

.galcontainer {
	margin: 0 auto;
	width: 702px;
}






/* footer */
.footer {
	background:#fbd992;
	color: #999;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 900px;
	border-top:2px solid #999;
}
.footer a {color: #999;}
.footer a:hover {color: #FAFCB0;}

#content
{
	font-size: 12px;
	line-height:18px;
}

div.body ul
{
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 1.0em;
}

.crossed
{
	text-decoration: line-through;
}

#content h1
{
	margin:5px 0 10px 0;
	font-size: 16px;
	color: #dea52d;
}

#content h2
{
	margin-bottom: 15px;
	font-size: 14px;
	color: #dea52d;
}

#content h3
{
	margin-bottom: 15px;
	font-size: 14px;
	color: #dea52d;
}


#content .leftcolumn {
float:left;
width:430px;
text-align:justify;
}


#content .rightcolumn {
float:right;
width:406px;
text-align: justify;
} 

#content .bottomcolumn {
float:left;
width:100%;
text-align: justify;
} 

#content .rightcolumn img{
float:right;
border:3px solid #f6c868;
margin:5px 0 15px 0;
}

#contact_form {
	width:375px;
	border-left:2px solid #f6c868;
}

#contact_table {

	margin-left:15px;
}

#contact_table input {
	border:2px solid #f6c868;
		width:250px;
		margin:5px 0;
		float:left;
}

textarea#contact_message {
		width:250px;
		margin:5px 0;
		border:2px solid #f6c868;
}

div.gallerycontent {
	width:99%;
	overflow:hidden;
	text-align:left;
	font-size:11px;
}

div.gallerycontent h1{

	text-align:center;
	font-size:16px;
	color:#999999;
}

div.gallerymenu {
	padding:6px 8px 0px 8px;
	line-height:30px;
	text-align:center;
	color:#999999;
}

div.gallerynumbermenu {
	padding:6px 8px 0px 8px;
	line-height:30px;
	text-align:center;width:99%;
	float:none;
	margin:0px auto;
	line-height:16px;
}

table.gallerytable {
	margin:0px auto;
	border-collapse:collapse;
}
td.gallerytd {
	vertical-align:top;
}
img.thumbnail {
	margin:5px;
}

em {
font-style:normal;
}
em.bold {
font-weight:bold;
}
em.italic {
font-style:italic;
}
em.deadlink {
color:#aa0000;
text-decoration:line-through;
}
em.underlined {
	text-decoration:underline;
}
/* -------------------------------------------------------- */
/* [bild|...] */
/* ---------- */
img {
	border:none;
}


/* -------------------------------------------------------- */
/* [bildlinks|...] */
/* --------------- */
.leftcontentimage {
	margin: 2px 15px 0px 0;
border:3px solid #f6c868;
	float:left;
	margin-left:0px;
}

span.leftcontentimage {
	margin: 2px 15px 10px 0px;
border:0px solid #f6c868;
	float:left;
	width:200px;
}

/* -------------------------------------------------------- */
/* [bildrechts|...] */
/* ---------------- */
.rightcontentimage {
	margin: 0 0 10px 10px;
border:3px solid #f6c868;
	float:right;
	margin-right:0px;
}

span.rightcontentimage {
	margin: 0 0 10px 10px;
border:0px solid #f6c868;
	float:right;
	width:200px;
	margin-right:0px;
}

/* -------------------------------------------------------- */
/* [tabelle|...] */
/* ------------- */
table.contenttable {
	margin:0px auto;
	border:1px solid #527100;
	border-collapse:collapse;
	width:100%;
}
th.contenttable {
	vertical-align:top;
	border:1px solid #527100;
	background-color:#81AC00;
	padding:2px 5px;
}
td.contenttable1 {
	vertical-align:top;
	border:1px solid #527100;
	padding:2px 5px;
}
td.contenttable2 {
	vertical-align:top;
	border:1px solid #527100;
	padding:2px 5px;
}






/* -------------------------------------------------------- */
/* Suchfeld */
/* -------- */
input.searchtextfield {
	border:1px solid #C0C0C0;
	width:110px;
	float:right;
	margin:10px 10px;
}


/* -------------------------------------------------------- */
/* Suchbutton */
/* ---------- */
input.searchbutton {
	float:right;
	margin:10px 0;
}
