/*	MAIN CSS
*******************************************************************************/

/*	Project tim-kellner.net
	Copyright Tim Kellner | tf-bureau.net
*******************************************************************************/

/*	undo
*******************************************************************************/

:link,:visited { text-decoration:none; }
ul,ol { list-style:none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0; }
img, a img,:link img,:visited img, fieldset { border:none; }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal; }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1.2em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

body, div,p,li { background-repeat:no-repeat; }

/*	reset
*******************************************************************************/
dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

/*	html
*******************************************************************************/
html {
	min-height: 100%;
	margin-bottom: 1px;
}

/*	body
*******************************************************************************/
body {
	font-family:serif;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}

.clear { clear:both; }

.clearer { position:relative;clear:both; }

.warning { color:#f00; }


/*	website
*******************************************************************************/
#website {
	position:relative;
	margin:0 auto;
	width:822px;
	min-height:600px;
	top:50px;
	text-align:left;
	background-color:#fff;
	font-family:Georgia;
}

/*	header
*******************************************************************************/
#header {
	position:relative;
	display:block;
	height:40px;
	background-color:#fff;
}

/*	logo
------------------------------------------------------------------------------*/
#logo {
	position:absolute;
	float:left;
	z-index:10;
	background:url(sign-tk10.png) no-repeat;
	width:60px;
	height:30px;
	top:5px;
	left:-70px;
}

#logo a {
	display:block;
	height:30px;
	width:30px;
	text-indent:-700em;
}


/*	navigation
------------------------------------------------------------------------------*/

#navigation {
	position:relative;
	margin:-10px;
	padding:5px 0;
	height:30px;
	font-family:"Lucida Sans Console","Lucida Grande";
	text-transform:uppercase;
	font-size:1.2em;
}

#navigation ul.nav1st {
}

#navigation ul.nav1st li {
	float:left;
	margin: 0px 10px;
}

#navigation ul.nav1st li.active {
}

#navigation ul.nav1st li.active a,
#navigation ul.nav1st li.active a:link {
}

#navigation ul.nav1st a,
#navigation ul.nav1st a:link {
}

#navigation ul.nav1st a:hover {
}

#navigation ul.nav1st li ul.nav2nd li {
}

#navigation ul.nav2nd a,
#navigation ul.nav2nd a:link {
}

#navigation_foto ul.nav2nd a.current,
#navigation_foto ul.nav2nd a.current:link,
#navigation_foto ul.nav2nd a:hover {
}


/*	content
*******************************************************************************/

/* hide from IE/MAC \*/
* html #content, * html #content2 {
	height:1px;
}
/* end hide */

#content {
	position:relative;
	display:block;
	top:30px;
	color:#666;
}

#main-block {}

#spalte1 {
	position:relative;
	float:left;
	width:400px;
	min-height:300px;
	padding-right:10px;
}

#spalte2 {
	position:relative;
	float:right;
	width:400px;
	min-height:300px;
}


/*	Headlines
------------------------------------------------------------------------------*/

/* Headline Inhalt 1 */
#main-block h1 {
	font-family:"Lucida Sans Console","Lucida Grande";
	color:#000;
	font-size:2.2em;
	line-height:1.4em;
	margin-bottom:10px;
}

#main-block .teaser h1 {
	font-size:1.6em;
}

/* Headline inhalt 2 */
#main-block h2 {
	font-family:"Lucida Sans Console","Lucida Grande";
	color:#222;
	font-size:1.5em;
	text-transform:uppercase;
	line-height:1.3em;
	margin-bottom:8px;
}

/*	Paragraphs / Lists
------------------------------------------------------------------------------*/
#main-block p,
#main-block ul,
#main-block ol {
	font-size:1.4em;
	margin-bottom:1.2em;
	line-height:1.5em;
}

#main-block p.faq {
	text-transform:uppercase;
	margin-bottom:0.8em;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.3em;
}

#main-block ul li ul,
#main-block ul li ol,
#main-block ol li ol,
#main-block ol li ul {
	font-size:1.4em;
}

#main-block ul {
	margin-left:14px;
	list-style-type:square;
}

#main-block ol {
	list-style-type:decimal-leading-zero;
}

#main-block .txt-img {
	margin-bottom:10px;
}

/*	Hyperlinks
------------------------------------------------------------------------------*/
#main-block a, #main-block a:link {color:#000;}
#main-block a:hover {color:#000;text-decoration:underline;}

#main-block p a,
#main-block td a,
#main-block p a:link,
#main-block td a:link
	{margin-left:3px;padding-left:16px;background:url(pfeil.gif) no-repeat left center;}

#main-block p a:hover,
#main-block td a:hover
	{margin-left:3px;padding-left:16px;background:url(pfeil.gif) no-repeat 2px center;}


/*	Images
------------------------------------------------------------------------------*/
.floatLeft {margin:0 10px 5px 0;float:left;}
.floatRight {margin:0 0 5px 10px;float:right;}

.singlepic {display:block;margin-bottom:5px;}

#main-block .galerie {position:relative;display:block;clear:left;}
#main-block .galerie-pic {padding:0 30px 20px 0;float:left;}
#main-block .galerie-pic a:hover img {border:1px solid #ccc;}
#main-block .galerie-pic img {border:1px solid #fff;}
#main-block .galerie-pic p {margin-top:3px;font-size:1em;font-style:italic;color:#999;}


/*	Tables
------------------------------------------------------------------------------*/
#main-block tr, #main-block td {
	padding:0 10px 7px 0;
	font-size:1em;
	line-height:1.4em;
	color:#333;
}

#main-block td {min-width:90px;}

#main-block td strong {
	font-family:"Lucida Sans Console","Lucida Grande";
	font-size:0.9em;
	text-align:right;
	color:#555;
}

/*	news1
*******************************************************************************/

.news {
	max-width:290px;
	float:left;
	margin-right:20px;
}

.news a, .news a:link {
	color:#999;
}

/*	news multilist
------------------------------------------------------------------------------*/

.newslist {}
.newsitem {float:left; width:390px; margin:0 20px 20px 0; padding:3px 0; border-top:1px solid #ccc; background-color:#eee;}
.newsimage {float:left; padding:10px 10px 5px 10px;}
.newstext h1 {font-size:1.2em; line-hight:1.4em;}
.newstext {font-size:1.2em; margin:10px 5px 10px 0; line-height:1.5em;}

.newstext p {}
.newstext a.title {}
.newstext a.more {}

/* Headline news */
.newslist h3 {
	font-family:"Lucida Sans Console","Lucida Grande";
	color:#000;
	font-size:1.2em;
	border-bottom:1px solid #ccc;
	padding:0 0 3px 10px;
}

.newslist h4 {
	float:right;
	margin-top:-1.8em;
	padding:3px 10px 0 0;
}

/* form-module rex 4.x
*******************************************************************************/
.formgen * {margin:3px 0;}
.formgen {display:block; clear:both; margin-bottom:1.3em;}

.formgen fieldset {}
.formgen .formblock {}
.formgen .formblock label {display:none;}
.formgen .formsubscribe label {display:block;}
.formgen .formselect {}
.formgen .formblock legend {display:none;}

.formgen .formtextfield,
.formgen .formtext,
.formgen label,
.formgen .formselect,
.formgen legend {
	font-family:verdana,helvetica,sans-serif;
	font-size:1.1em;
	color:#666;
	}

.formgen .formsubscribe legend {
	font-family:Georgia;
	font-size:1.4em;
	color:#333;
	}

.formgen .formtextfield {width:97%;height:100px;background-color:#fff;}
.formgen .formtext {width:97%; height:20px; background-color:#fff;}
.formgen .formsubscribe .formtext {width:97%; height:20px; background-color:#fff;}

.formgen .formsubmit {width:97%;color:#000;}
.formgen .formsubmit:hover {cursor:pointer;}

.forminfo {width:97%;color:#fff;background-color:#ff7d0a;padding:2px;}
.formgen .formerror {width:97%;color:#fff;background-color:#000;}

#form-module-thanks {
	display:block;
	clear:both;
	padding:1.1em;
	margin-bottom:1.2em;
	border:1px solid #999;
	color:#999;
	}


/*	Footer
*******************************************************************************/
#footer {
	border-top:1px solid #ccc;
	margin-top:10px;
	margin-bottom:2px;
	display:block;
	clear:both;
}

#footer p {
	padding: 5px 0;
	font-size:1.2em;
	color:#999;
	background:inherit;
}

#footer p a,
#footer p a:link {
	color:#000;
	text-decoration:none;
	background:inherit;
}

#footer p a:hover {
	color:#000;
	text-decoration:underline;
	background:inherit;
}
