/* @override http://kurve-ev.de/assets/site/css/screen.css */

/* @group Globale Definitionen */

/* @group Reset */

html, body, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, select,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	
	text-indent: 0;
	vertical-align: baseline;
	font-style: normal;
	outline: none;
	
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 145%;
}

a img
{
	border: 0;
}

ul 
{
	list-style-type: none;
}

/* @group Formulare */

input.button
{
	cursor: pointer;
}

/* @end */



/* @end */

/* @group Links */

a
{
	color: #643600;
}

a:hover
{
	
}

/* @end */

/* @group Anti Spambot */

span.anti_spambot
{
	unicode-bidi:bidi-override;
	direction:rtl;
}

/* @end */

/* @group Bilder */

img
{
	-ms-interpolation-mode: bicubic;
}

/* @end */

/* @group Transparenz und IE6-PNG */

.ie6_png
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/image.png', sizingMethod='crop');
	background-image: none;
}

.transparenz
{
	opacity: 0.8;
	filter: Alpha(opacity=80);
}



/* @end */

/* @group Tooltips */

.tip
{
	padding: 2px 6px;
	
	color: white;
	background: grey;
}

/* @end */

/* @end */

/* @group Inhaltsbereiche */

/* @group Absatzformate */

div.content h3
{
	margin-bottom: 12px;
	
	font-size: 22px;
	font-weight: normal;
	
	color: #643600;
}

div.content h4
{
	margin-bottom: 4px;
	color: #643600;
	font-size: 14px;
}

div.content h5
{
	color: #643600;
	font-size: 12px;
}

div.content p,
div.content address,
div.content blockquote
{
	margin-bottom: 12px;
}

div.content p.pdf a
{
	display: block;
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 10px;
	background: url(/assets/site/images/icon_pdf_middle.gif) no-repeat;
}

div.content sup, div.content sub
{
	font-size: 8px;
	line-height: 0;
	padding-left: 2px;
}

div.content small, 
div.content .small
{
	font-size: 10px;
}

div.content em, 
div.content i
{
	font-style: italic;
}

div.content strong, 
div.content b
{
	color: #643600;
	font-weight: bold;
}

/* @end */

/* @group Listen */

/* @group Unsorted */

div.content ul
{
	margin-top: 6px;
	margin-bottom: 12px;	
	list-style-type: none;
}

div.content ul li
{
	margin-bottom: 5px;
	padding-left: 12px;
	background: url(/assets/site/images/icon_list_bullet.png) no-repeat 0 5px;
}

/* @group Icon-Listen */

div.content ul.icon
{
	margin-left: 0;
	list-style-type: none;
}

div.content ul.icon li
{
	background: none;
	padding: 0;
}

div.content ul.icon li a
{
	display: block;
	height: 1%;
	padding: 3px 0 4px 18px;
	background: none;
	
	background: url(/assets/site/images/icon_document_small.png) no-repeat 0 3px;
}

div.content ul.icon li.pdf a
{
	background: url(/assets/site/images/icon_pdf_small.gif) no-repeat 0 3px;
}

/* @end */



/* @end */

/* @group Sorted */

div.content ol 
{
	margin-bottom: 12px;
	margin-left: 25px;
}



/* @end */

/* @group Definition */

div.content dl
{
	margin-bottom: 12px;
}

div.content dl dt
{
	margin-top: 6px;
	font-weight: bold;
}

div.content dl dd
{
	padding-left: 12px;
	background: url(/assets/site/images/icon_list_bullet.png) no-repeat 0 4px;
}

/* @end */



/* @end */

/* @group Spalten */

div.content .float_left
{	
	float: left;
	display: inline;
	width: 40%;
	margin-right: 5%;
}

div.content .float_right
{
	float: right;
	display: inline;
	width: 40%;
	margin-left: 5%;
}

/* @end */

/* @group Formulare */

/* @group Allgemein */

div.content form p.form_input
{
	position: relative;
	clear: both;
	height: 20px;
}

div.content form p.form_input label.left,
div.content form p.form_input span.label
{
	float: left;
	display: inline;
	
	padding-top: 1px;

	width: 150px;
}

div.content form p.form_input span.input label
{
	margin-right: 10px;
}

div.content form p.form_input span.input input.text,
div.content form p.form_input span.input textarea,
div.content form p.form_input span.input select
{
	float: left;
	display: inline;
	
	margin-right: 10px;
}



/* @end */

/* @group Breiten */

div.content form p.form_input span.input .width_10
{
	width: 20px;
}

div.content form p.form_input span.input .width_20
{
	width: 40px;
}

div.content form p.form_input span.input .width_30
{
	width: 60px;
}

div.content form p.form_input span.input .width_40
{
	width: 80px;
}

div.content form p.form_input span.input .width_50
{
	width: 100px;
}

div.content form p.form_input span.input .width_60
{
	width: 120px;
}

div.content form p.form_input span.input .width_70
{
	width: 140px;
}

div.content form p.form_input span.input .width_80
{
	width: 160px;
}

div.content form p.form_input span.input .width_90
{
	width: 180px;
}

div.content form p.form_input span.input .width_100
{
	width: 215px;
}

/* @end */

/* @group Select-Boxen */

div.content form p.form_input span.input select.width_100
{
	width: 218px;
}

/* @end */

/* @group Radio-Buttons */

div.content form p.radio label
{
	position: relative;
	padding-left: 17px;
}

div.content form p.form_input span.input input.radio
{
	position: absolute;
	left: 0;
	top: 2px;
}

* html div.content form p.form_input span.input input.radio
{
	position: absolute;
	left: -4px;
	top: -2px;
}

*+html div.content form p.form_input span.input input.radio
{
	position: absolute;
	left: -4px;
	top: -2px;
}

/* @end */

/* @group Checkboxen */

div.content form p.checkbox label
{
	position: relative;
	padding-left: 17px;
}

div.content form p.form_input span.input input.checkbox
{
	position: absolute;
	left: 0;
	top: 1px;
}

* html div.content form p.form_input span.input input.checkbox
{
	position: absolute;
	left: -4px;
	top: -2px;
}

*+html div.content form p.form_input span.input input.checkbox
{
	position: absolute;
	left: -4px;
	top: -2px;
}

/* @end */

/* @group Textarea */

div.content form p.textarea
{
	height: 160px;
}

div.content form p.form_input span.input textarea
{
	height: 150px;
}

/* @end */

/* @group Fehlermedlungen */

div.content form p.form_error
{
	padding: 2px 4px;
	
	color: white;
	background: red;
}

/* @group Label */

div.content form p.error label.left,
div.content form p.error span.label
{
	color: red;
	font-weight: bold;
}


/* @end */

/* @group Felder */

div.content form p.error input.text,
div.content form p.error textarea
{
	
}

div.content form p.error label.error
{
	
}

/* @end */

/* @end */

/* @group Buttons */

div.content form p.button
{
	height: 1%;
}

* html div.content form p.form_input span.input input.button
{
	margin-left: -3px;
}

/* @end */

/* @group Hinweis Pflichtfeld */

div.content form p.button span.label small
{
	position: absolute;
	bottom: 0;
}

/* @end */

/* @end */

/* @group Bilder */

div.content p.image_list
{
	width: 105%;
}

div.content .image,
div.content .image img,
div.content .image a,
div.content a.image
{
	display: block;
}

div.content .img_left
{	
	float: left;
	clear: both;
	display: inline;

	margin: 0 10px 5px 0;
}

div.content .img_right
{	
	float: right;
	clear: both;
	display: inline;
	
	margin: 0 0 5px 10px;
}

div.content .img_horizontal
{
	display: block;
	clear: both;
	margin-bottom: 10px;
}

div.content .img_list
{
	clear: none;
}

div.content .img_hide,
div.content a.img_hide
{
	display: none;
}

/* @group Bildunterschrift */

div.content .image p
{	
	font-style: italic;
}



/* @end */

/* @group Enlarge Icon */

div.content .image a,
div.content a.image
{	
	position: relative;
}

div.content .image span.icon_enlarge
{	
	position: absolute;
	right: 0;
	bottom: 0;
	
	width: 26px;
	height: 26px;
	
	background: url(/assets/site/images/icon_enlarge.png) no-repeat;
}

div.content .image:hover span.icon_enlarge,
div.content a.image:hover span.icon_enlarge
{	
	background-position: -26px 0;
}

* html div.content .image span.icon_enlarge
{	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/icon_enlarge.png', sizingMethod='crop');
	background: none;
}



/* @end */



/* @end */

/* @group Tabellen */

div.content table
{
	width: 100%;
	border-spacing: 0;
}

* html div.content table
{
	border-collapse: collapse;
}

*+html div.content table
{
	border-collapse: collapse;
}

div.content table tr th,
div.content table tr td
{
	vertical-align: top;
	text-align: left;
	padding: 2px 4px 2px 0;
}

/* @end */



/* @end */

/* @group Seite */

html
{	
	background: url(/assets/site/images/html_background.png) repeat-x;
}

body
{
	min-height: 557px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	
	background: url(/assets/site/images/body_background.png) repeat-x bottom;
}

body.msie6
{
	height: 557px;
	background: url(/assets/site/images/body_background_msie6.png) repeat-x bottom;
}

div.site
{
	position: relative;
	width: 978px;
	
	margin: 0 auto;
	
	color: #141312;
	background: url(/assets/site/images/site_background.png) repeat-y;
}

/* @end */

/* @group Kopfbereich */

div.head 
{
	position: relative;
	height: 189px;
}

/* @group Logo */

div.head h1 
{
	position: absolute;
	left: 4px;
	top: 0;
	
	width: 201px;
	height: 189px;
	background: url(/assets/site/images/head_logo.png);
}

div.head h1 a
{
	display: block;
	width: 100%;
	height: 142px;
	
	text-indent: -1000em;
	text-decoration: none;
	overflow: hidden;
}

/* @end */

/* @group Slogan */

div.head h2 
{
	position: absolute;
	left: 225px;
	top: 0;
	
	width: 513px;
	height: 189px;
	
	text-indent: -1000em;
	text-decoration: none;
	overflow: hidden;
	
	background-repeat: no-repeat;
	background-position: 4px 0;
}

div.head h2 span
{
	position: absolute;
	left: 0;
	top: 0;
	
	width: 513px;
	height: 189px;
	
	background: url(/assets/site/images/head_image_background.png) no-repeat;
}

.msie6 div.head h2 span
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/head_image_background.png', sizingMethod='crop');
	background-image: none;
}

/* @end */

/* @group Suche */

div.head div.search
{
	position: absolute;
	left: 754px;
	top: 76px;
}

div.head div.search h4
{
	color: #643600;
	margin-bottom: 5px;
}

div.head div.search p input
{
	float: left;
}

div.head div.search p a
{
	float: left;
	display: inline;
	
	width: 22px;
	height: 22px;
	
	margin-left: 5px;
	text-indent: -1000em;
	overflow: hidden;
	
	background-image: url(/assets/site/images/head_search_submit.png);
	background-repeat: no-repeat;
}

.msie6 div.head div.search p a
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/head_search_submit.png', sizingMethod='crop');
	background-image: none;
	
	cursor: hand;
}

div.head div.search p a:hover
{
	background-position: left bottom;
}

/* @end */



/* @end */

/* @group Navigation */

div.navigation 
{
	float: left;
	display: inline;
	width: 201px;
	
	
	margin: 20px 24px 0 4px;
}

/* @group Ebene 1 */

div.navigation ul
{
	
}

div.navigation ul li
{
	
}

div.navigation ul li a
{
	display: block;
	height: 27px;
	
	padding-left: 19px;
	padding-right: 10px;
	
	line-height: 28px;
	white-space: nowrap;
	
	color: #643600;
	text-decoration: none;
}

.msie6 div.navigation ul li a
{
	zoom: 1;
	
	padding: 6px 5px 3px 19px;
	line-height: 16px;
	
	color: #643600;
	text-decoration: none;
}

div.navigation ul li a:hover,
div.navigation ul li.active a
{
	background: url(/assets/site/images/navigation_active_background.png) no-repeat;
}

div.navigation ul li a span
{
	margin-right: 5px;
}



/* @end */

/* @group Ebene 2 */

div.navigation ul li ul
{
	display: none;
}

div.navigation ul li.active ul
{
	display: block;
}

div.navigation ul li ul li
{
	
}

div.navigation ul li.active ul li a
{
	height: auto;
	padding: 2px 10px 6px 35px;
	
	line-height: 16px;
	white-space: normal;
	
	color: #141312;
	background: none;
}

div.navigation ul li.active ul li a:hover
{	
	text-decoration: underline;
}

div.navigation ul li.active ul li.active a
{	
	text-decoration: underline;
	color: #643600;
}

div.navigation ul li ul li a span
{
	display: none;
}

/* @end */



/* @end */

/* @group Hauptbereich */

div.main 
{
	float: left;
	display: inline;
	
	width: 505px;
	min-height: 350px;
	
	margin-top: 20px;
	margin-bottom: 10px;
}

.msie6 div.main 
{
	height: 350px;
}

/* @group Zitate */

div.main div.zitat
{
	position: relative;
	left: -4px;
	width: 513px;
	
	background: url(/assets/site/images/content_zitat_background_top.png) no-repeat;
}

.msie6 div.main div.zitat
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/content_zitat_background_top.png', sizingMethod='crop');
	background-image: none;
}

div.main div.zitat blockquote
{
	margin-bottom: 5px;
	padding: 15px 20px 0 20px;
	
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	font-style: italic;
	
	color: #643600;
}

div.main div.zitat small.quelle
{
	display: block;
	padding: 0 20px 2px 20px;
	
	text-align: right;
	font-size: 10px;
	
	color: #643600;
}

div.main div.zitat_footer
{
	position: relative;
	left: -4px;
	top: 0;
	
	width: 513px;
	height: 9px;
	
	margin-bottom: 25px;
	
	background: url(/assets/site/images/content_zitat_background_bottom.png) no-repeat;
}

.msie6 div.main div.zitat_footer
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/content_zitat_background_bottom.png', sizingMethod='crop');
	background-image: none;
}

/* @end */

/* @group Google Maps */

div.content div#map
{
	height: 400px;
	border: 1px solid #979797;
	
	margin-bottom: 20px;
}

/* @end */

/* @group Suchergebnisse */

div.content div.ajaxSearch_result
{
	
}

div.content span.ajaxSearch_paging
{
	display: block;
	margin-bottom: 12px;
}

div.content div.ajaxSearch_result a.ajaxSearch_resultLink
{
	font-weight: bold;
}

div.content div.ajaxSearch_result span.ajaxSearch_highlight
{
	font-weight: bold;
	padding: 0 1px;
	
	color: #643600;
}

/* @end */

/* @group Mitarbeiter und Mitglieder */

div.main div.mitarbeiter_mitglieder
{
	margin-top: 30px;
}

div.main div.mitarbeiter_mitglieder h3
{
	margin-bottom: 12px;
}

div.main div.mitarbeiter_mitglieder div.entry
{
	min-height: 200px;
	margin-bottom: 30px;
}

.msie6 div.main div.mitarbeiter_mitglieder div.entry
{
	height: 200px;
}

div.main div.mitarbeiter_mitglieder div.entry img
{
	position: absolute;
	margin-top: 3px;
}

div.main div.mitarbeiter_mitglieder div.entry div.info
{
	margin-left: 165px;
}

div.main div.mitarbeiter_mitglieder div.entry blockquote
{
	color: #643600;
	
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 15px;
	font-style: italic;
}

div.main div.mitarbeiter_mitglieder div.entry small
{
	display: block;
	margin-top: -10px;
}

div.main div.mitarbeiter_mitglieder div.mitglieder
{
	float: left;
	width: 45%;
}

div.main div.mitarbeiter_mitglieder div.odd
{
	margin-right: 10%;
}



/* @end */

/* @group Termine */

div.main div.termine
{
	margin-top: 30px;
}

div.main div.termine div.entry
{
	margin-top: 30px;
}

div.main div.termine div.entry h4
{
	margin-bottom: 12px;
}

div.main div.termine div.entry h5
{
	margin-bottom: 12px;
}

/* @end */

/* @group Aktuelles */

div.main div.aktuelles
{
	
}

div.main div.aktuelles div.entry
{
	margin-top: 24px;
}


/* @end */

/* @group Teaser */

div.main div.teaser
{
	width: 525px;
	margin-top: 40px;
	margin-bottom: 12px;
	
	overflow: auto;
}

div.main div.teaser div.entry
{
	position: relative;
	float: left;
	display: inline;
	
	width: 248px;
	height: 153px;
	
	margin: 0 10px 10px 0;
	
	background: url(/assets/site/images/content_teaser_background.png) no-repeat;
}

.msie6 div.main div.teaser div.entry
{
	background: url(/assets/site/images/content_teaser_background_msie6.png) no-repeat;
}

div.main div.teaser div.entry div.info
{
	margin: 10px 35px 10px 15px;
}

div.main div.teaser div.entry div.info h5
{
	margin-bottom: 2px;
}

div.main div.teaser div.entry div.info p
{

}

div.main div.teaser div.entry div.info a
{
	position: absolute;
	left: 2px;
	bottom: 6px;
	
	width: 56px;
	height: 30px;
	
	padding-left: 14px;
	line-height: 30px;
	
	text-decoration: none;
	background: url(/assets/site/images/content_teaser_link_background.png) no-repeat;
}

.msie6 div.main div.teaser div.entry div.info a
{
	background: url(/assets/site/images/content_teaser_link_background_msie6.png) no-repeat;
}


/* @end */



/* @end */

/* @group Seitenleiste */

div.sidebar 
{
	position: relative;
	float: right;
	display: inline;
	width: 224px;
	
	margin-bottom: 50px;
	
	background: url(/assets/site/images/sidebar_background.png) repeat-y;
}

/* @group Zettel-Optik */

div.sidebar span.top
{
	position: absolute;
	left: 0;
	top: -27px;
	z-index: 1;
	
	width: 224px;
	height: 189px;
	
	background: url(/assets/site/images/sidebar_background_top.png) no-repeat;
}

.msie6 div.sidebar span.top
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/sidebar_background_top.png', sizingMethod='crop');
	background-image: none;
}

div.sidebar span.bottom
{
	position: absolute;
	left: 0;
	bottom: -18px;
	z-index: 1;
	
	width: 224px;
	height: 18px;
	
	background: url(/assets/site/images/sidebar_background_bottom.png) no-repeat;
}

.msie6 div.sidebar span.bottom
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/sidebar_background_bottom.png', sizingMethod='crop');
	background-image: none;
}

div.sidebar div.box
{
	position: relative;
	z-index: 2;
	
	margin: 10px 15px 20px 15px;
	
}



/* @end */

/* @group Aktuelles */

div.sidebar div.aktuelles div.entry a
{
	white-space: nowrap;
}



/* @end */

/* @end */

/* @group Fußzeile */

div.footer 
{
	position: absolute;
	bottom: -50px;
	
	width: 100%;
	height: 50px;
	
	background: url(/assets/site/images/footer_background.png) no-repeat;
}

.msie6 div.footer 
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/footer_background.png', sizingMethod='crop');
	background-image: none;
}

/* @group Meta-Navigation */

div.footer div.meta_navigation
{
	position: absolute;
	left: 10px;
	top: 33px;
}

div.footer div.meta_navigation ul
{
	
}

div.footer div.meta_navigation ul li
{
	float: left;
	margin-right: 10px;
}

div.footer div.meta_navigation ul li a
{
	float: left;
	text-decoration: none;
	font-size: 10px;
	color: #898989;
}

div.footer div.meta_navigation ul li a:hover,
div.footer div.meta_navigation ul li.active a
{
	text-decoration: underline;
}

/* @end */

/* @group Seitenanfang */

div.footer p
{
	position: absolute;
	left: 229px;
	top: 33px;
}

div.footer p a
{
	float: left;
	text-decoration: none;
	font-size: 10px;
	color: #898989;
}

div.footer p a:hover
{
	text-decoration: underline;
}



/* @end */

/* @end */
