/* ==============================================================================================================

	Stylesheet: Vorlage
	
	Stand: 12.08.2008
	Datei: style.css
	
	Aufbau:
	1. Kalibrierung
	2. Allgemeine Styles
	3. Styles für Layoutbereiche
	4. Sonstige Styles

================================================================================================================= */

/* ==============================================================================================================
	1. Kalibrierung
================================================================================================================= */

* {margin: 0; padding: 0;}

html { margin: 0 auto; height: 100%; min-height: 101%;}

img
{ 
	border: none;
}

a
{
	text-decoration: none;
	color: #cc9248;
}

p
{
	padding-bottom: 8px;
}

/*===============================================================================================================
	2. Allgemeine Styles (z.B body, h1, h2, p, links, welche nicht in Klassen oder IDs sind)
=================================================================================================================*/

body 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #521012;
	margin: 0 auto;
	background: #521012;
}

h2
{
	font-size: 14px;
}




/*===============================================================================================================
	3. Styles für Layoutbereiche (Wrapper, Header, Footer, Spalten, Navigation, Bilder, ect...)
=================================================================================================================*/

#wrapper
{
	width: 952px;
	margin: 15px auto;
}

#header_deutsch
{
	background: url(../images/header_deutsch.jpg) no-repeat;
	width: 952px;
	min-height: 501px;
	height: auto !important;  /* für moderne Browser */
	height: 501px;  /*für den IE */
}

#header_polski
{
	background: url(../images/header_polski.jpg) no-repeat;
	width: 952px;
	min-height: 501px;
	height: auto !important;  /* für moderne Browser */
	height: 501px;  /*für den IE */
}

#header_admin
{
	background: url(../images/header-admin.jpg) no-repeat;
	width: 952px;
	min-height: 83px;
	height: auto !important;  /* für moderne Browser */
	height: 83px;  /*für den IE */
}

#lang
{
	width: 165px;
	height: 28px;
	float: right;
	margin: 32px 15px 0 0;
}

#lang_deutsch
{
	display: block;
	background: url(../images/lang-deutsch.jpg) 0 0 no-repeat;
	width: 76px;
	height: 28px;
	float: left;
	margin: 0 10px 0 0;
}

#lang_deutsch:hover
{
	background: url(../images/lang-deutsch.jpg);
	background-position: -76px 0;
	float: left;
	margin: 0 10px 0 0;
}

#lang_polski
{
	display: block;
	background: url(../images/lang-polski_5.jpg) 0 0 no-repeat;
	width: 76px;
	height: 28px;
	float: left;

}

#lang_polski:hover
{
	background: url(../images/lang-polski_5.jpg);
	background-position: -76px 0;
	float: left;	

}

#footer
{
	background: url(../images/footer-2.jpg) no-repeat;
	width: 952px;
	height: 49px;
}

#content
{
	background: url(../images/repeater.jpg) repeat-y;
	width: 952px;
	min-height: 450px;
	height: auto !important;  /* für moderne Browser */
	height: 450px;  /*für den IE */
}

#navigation_sprache
{
	float: right;
	margin: 25px 35px 0 0;
}

#navigation_sprache_trennstrich
{
	background: url(../images/nav/navigation-strich.jpg);
	width: 12px;
	height: 25px;
	display: block;
	float: left;
}

#deutsch
{
	display: block;
	background: url(../images/nav/navigation-deutsch.jpg) 0 0 no-repeat;
	width: 64px;
	height: 25px;
	float: left;
	margin: 0 6px 0 6px;
}

#deutsch:hover
{
	background: url(../images/nav/navigation-deutsch.jpg);
	background-position: -64px 0;
	float: left;	
	margin: 0 6px 0 6px;
}

#polski
{
	display: block;
	background: url(../images/nav/navigation-polski.jpg) 0 0 no-repeat;
	width: 49px;
	height: 25px;
	float: left;
	margin: 0 6px 0 6px;
}

#polski:hover
{
	background: url(../images/nav/navigation-polski.jpg);
	background-position: -49px 0;
	float: left;	
	margin: 0 6px 0 6px;
}

#col1
{
	width: 140px;
	float: left;
	margin-left: 70px;
}

#col1 ul
{
	width: 140px;
	font-size: 14px;
	margin: 16px 0 0 0;
	font-weight: bold;
}

#col1 ul li
{
	list-style-type: none;
	margin: 0 0 2px 0;
}

#col1 ul li a
{
	text-decoration: none;
	color: #521012;
}

#col1 ul li a:hover
{
	text-decoration: none;
	color: #B39798;
}

#col1 ul li ul
{
	margin: 0 0 0 10px;
	font-weight: normal;
}

#col1 ul li ul li a
{
	text-decoration: none;
	color: #916a2b;
}

#col1 ul li ul li a:hover
{
	text-decoration: none;
	color: #521012;
}

#col1_admin
{
	width: 194px;
	float: left;
	margin-left: 47px;
	padding: 16px 0 0 0;
}

#col1_admin ul
{
	width: 190px;
	font-size: 12px;
	margin: 0 0 0 0;
	
	font-weight: normal;
	text-align: right;
}

#col1_admin ul li
{
	list-style-type: none;
	margin: 0 0 2px 0;
}

#col1_admin ul li a
{
	text-decoration: none;
	color: #521012;
}

#col1_admin ul li a:hover
{
	text-decoration: none;
	color: #B39798;
}

#col3
{
	width: 620px; 
	margin-right: 70px;
	float: right;
	padding: 0 0 0 26px;
	min-height: 450px;
	height: auto !important;  /* für moderne Browser */
	height: 450px;  /*für den IE */
	border-left: 1px solid #521012;
}

#col3 h1
{
	text-align: right;
	margin: 10px 0 0 0;
	font-size: 18px;
}

.col3_textblock
{
	width: 620px;
	margin-bottom: 15px;
	text-align: justify;
}

.col3_textblock a
{
	color: #916a2b;
}

.col3_textblock a:hover
{
	color: #521012;
}

.col3_textblock h2 a
{
	color: #521012;
}

.col3_textblock h2 a:hover
{
	color: #521012;
}

.col3_text
{
	text-align: justify;	
}

.col3_strich
{
	background: url(../images/strich-pixel.gif) repeat-x;
	width: 620px;
	height: 1px;
	margin: 0 0 20px 0;
}

.col3_strich_dot
{
	border-bottom: 1px dotted #521012;
	width: 620px;
	height: 1px;
}

.col3_weiter
{
	text-align: right;
	font-style: italic;
	margin: 10px 0 10px 0;
}

.col3_weiter a
{
	color: #916a2b;
}

.col3_weiter a:hover
{
	color: #521012;
}

.col3_content_innen_linie_admin
{
	border-bottom: 1px dotted #521012;
	width: 620px;
	height: 1px;
	padding: 0;
}

#col3_admin
{
	width: 600px; 
	margin-right: 70px;
	float: right;
	padding: 16px 15px 0 26px;
	background:  url('../images/1px.gif') repeat-y;
	background-position: 10px;
	min-height: 450px;
	height: auto !important;  /* für moderne Browser */
	height: 450px;  /*für den IE */
}

#col3_admin a
{
	color: #521012;
}

#col3_admin a:hover
{
	color: #999999;
}

.linkfarbe
{
	color: #e6dcda;
}

.rot
{
	color: #521012;
}

.col3_textblock_geschichte
{
	width: 620px;
	margin-bottom: 15px;
	text-align: justify;
}

.col3_textblock_geschichte h2
{
	margin: 0 0 2px 0;
}

.col3_textblock_neues_archiv
{

}

#col3_textblock_neues_artikel
{
	width: 620px;
	margin-bottom: 15px;
}

#col3_textblock_neues_artikel h1
{
	padding-bottom:  6px;
	text-align: left;
}

.col3_textblock_neues_artikel_bild
{
	float: left;
	background: #ffffff;
	padding: 2px 2px 2px 2px;
	margin: 0 10px 5px 0;
	border: 1px solid #000000;
}

#ornament
{
	width: 529px;
	height: 25px;
	background: url(../images/ornament.png) no-repeat;
	margin: 50px auto 25px auto;
}

.familie_block
{
	width: 135px;
	float: left;
	padding: 0 10px 20px 10px;
}

.familie_block_bild
{
	width: 135px;
	border: 1px solid #521012;
}

.familie_block_name
{
	width: 135px;
	margin-top: 5px;
	text-align: center;
}

.familie_block_name a
{
	color: #521012;
}

.familie_block_name a:hover
{
	color: #B39798;
}

#familie_portrait
{
	width: 600px;
	padding: 0 10px 20px 0;
}

#familie_portrait h1
{
	text-align: left;
}

#familie_portrait h2
{

}

#familie_portrait_bild
{
	width: 250px;
	height: 300px;
	float: left;
	margin: 0 10px 5px 0;
	background: #ffffff;
	border: 1px solid #000000;
	padding: 2px 2px 2px 2px;
}

#familie_portrait_name
{
	width: 135px;
	margin-top: 5px;
}

#familie_portrait_text
{
	width: 440px;
	margin-top: 5px;
}

.der_gerede_antworter
{
    padding: 0;
    margin: 0;     
    float: left;   
}

form 
{
	overflow: hidden;
	width: 620px;
}

form.login
{
	padding: 50px 0 0 160px;	
}

form.termine
{
	padding: 0 0 0 5px;	
}

fieldset
{
	border: none;
	padding-left: 0px;
}

input[type=text]:focus, textarea:focus 
{
	background: #f0f0f0;
	color: #333;
	border-color: #666;
}

input
{
	height: 16px;
	width: 178px;
	border: 1px solid #cccccc;
	background-color:#ffffff;
	margin-top: 3px;
	font-size: 12px;
}

input.lang
{
	height: 16px;
	width: 518px;
	border: 1px solid #222;
	background-color:#ffffff;
	margin-top: 3px;
}

input.admin_lang
{
	height: 16px;
	width: 518px;
	border: 1px solid #cccccc;
	background-color:#ffffff;
	margin-top: 3px;
}

label
{
	width: 7em;
	margin: 0;

	text-align: right;
}
	
input.senden_kontakt
{
    width: 60px;
	height: 20px;
    margin: 2px 0 0 100px;
	padding: 0 0 4px 0;
    background: #ffffff;
    border: 1px solid #999999;
}


input.senden_login
{
    width: 60px;
	height: 20px;
    margin: 5px 0 0 200px;
	padding: 0;
    background: #ffffff;
}

input.senden_termine
{
    width: 60px;
	height: 20px;
    margin: 5px 0 0 0;
	padding: 0;
	border: 1px solid #222;
    background: #ffffff;
}

input.senden_admin
{
    width: 80px;
	height: 20px;
    margin: 5px 0 0 0;
	padding: 0 0 3px 0;
	font-size: 12px;
}

input.reset_admin
{
    width: 96px;
	height: 20px;
    margin: 5px 0 0 0;
	padding: 0 0 3px 0;
}

input.tt
{
	width: 20px;
	background-color: #ffffff;
	text-align: center;
}

input.jjjj
{
	width: 40px;
	background-color: #ffffff;
	text-align: center;
}

input.termine_text
{
	width: 400px;
	background-color: #ffffff;
}

input.kontakt
{
	height: 16px;
	width: 421px;
	border: 1px solid #999999;
	background-color: #ffffff;
	color: #333333;
	margin-top: 3px;
	padding: 3px 0 0 5px;
	font-size: 12px;
}

textarea.kontakt
{
	display: block;
	width: 422px;
	height: 250px;
	float: left;
	border: 1px solid #999999;
	background-color:#ffffff;
	margin-top: 3px;
	padding: 0 2px 2px 2px;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

textarea.admin
{
	display: block;
	width: 508px;
	height: 120px;
	border: 1px solid #999999;
	background-color:#ffffff;
	margin-top: 5px;
	padding: 2px 0 0 10px;
	font-size: 12px;
}

textarea.admin_gross
{
	display: block;
	width: 508px;
	height: 400px;
	border: 1px solid #999999;
	background-color:#ffffff;
	margin-top: 5px;
	padding: 2px 0 0 10px;
	font-size: 12px;
}

input.checkbox
{
	width: 20px;
}

input.datei_upload
{
	height: 20px;
	width: 200px;
}

input.admin_audio
{
	width: 250px;
	height: 16px;
	padding: 2px;
	font-size: 12px;
}

input.admin_videomasse
{
	height: 16px;
	width: 50px;
	border: 1px solid #999999;
	background-color:#ffffff;
	margin-top: 3px;
}

#navigation_admin
{
	font-size:  12px;
	font-weight:  bold;
	margin: 0 0 0 65px;
}

#navigation_admin ul
{
	list-style-type: none;
		
}

#navigation_admin ul li
{
	display: inline;
	margin: 0 10px 0 0;
}

#navigation_admin a
{
	color: #521012;
}

#navigation_admin a:hover
{
	color: #916a2b;
}

.checked_links
{
	width: 20px;
	padding-left: 0;
}

.checked_rechts
{
	width: 20px;
	text-align: right;
}

.aendern
{
	color: #ff0000;
}

select
{
	width: 50px;
}

select.navigation_unter
{
	width: 250px;
}

select.familie_bild_upload
{
	width: 250px;
}

.galerie_bilder_uebersicht
{
	width: 500px;
	height: 120px;
}

.galerie_bilder_uebersicht_bild
{
	width: 150px;
	height: 100px;
	float:  left;
	background: #ffffff;
	padding: 2px;
	border: 1px solid #521012;
}

.galerie_bilder_uebersicht_text
{
	width: 330px;
	float: right;
}

.galerie_bilder_uebersicht_text a
{
	color: #916a2b!important; 
}

.galerie_bilder_uebersicht_text a:hover
{
	color: #521012!important;
}

#swf1
{
	width: 600px;
	min-height: 400px;
	height: auto !important;  /* für moderne Browser */
	height: 400px;  /*für den IE */
	border: #555555 1px solid;
	margin: 0 0 0 8px;
}

.slideshow
{
	width: 700px;
}

/*===============================================================================================================
	4. Sonstige Styles
=================================================================================================================*/

.clear
{
	clear: both;
}