/* base
----------------------------------------------- */

body {
	font-family: Times, serif;
	color: #000000;
}

blockquote, h3, p, li, kontaktformular, #nav, #gal p {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3 {
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-weight: normal;
}

h1, h2 {
 	font-family: Times, serif;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1em;
	font-style: italic;
	color: #fff;
}

small, .small {
	font-size: 0.9em;
}

address {
	text-align: center; /* zentrieren */
	font-size: 70%; /* etwas kleiner */
	font-style: normal; /* normale Schrift, nicht kursiv */
	letter-spacing: 2px; /* AbstŠnde zwischen den Buchstaben */
	line-height: 1.5em; /* Zeilenabstand */
	color: #fff;
	}

.seitentitel {
	margin-top: 50px;
}


/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #151515;
	border: none:
}

a img {
border: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	border: none;
}

h3 a {
	font-size: 1.5em;
	font-family: Times, serif;
}

#site-name a {
	border: none;
	color: #fff;
}

#sidebar-1 a {
	color: #be0000;
	border: none;
}

#sidebar-2 a {
	color: #151515;
	border: none;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
	display: none;
}

#container {
	/*background-image: url(../images/hg_top.gif);
	background-repeat: no-repeat; */
	/*margin: 10px auto; Seite nicht zentrieren*/
	padding: 0;
	margin: 0;
	width: 100%;
}

#head {
	text-align: left;
	width: 100%;
	display: none;

}

#site-name {
	margin: 15px 0;
	font: 3em Georgia, Times, serif;
	display: none;
}

#site-slogan {
	font-style: italic;
	font-family: Times, serif;
	color: #fff;
	display: none;
}

#navi_oben {
	/*float: left;*/
	text-align: right;
	display: none;
}

#sidebar-1 {
	padding-top: 50px;
	/*width: 150px;*/
	display: none;
}

#sidebar-2 { /* Navigation Links */
	padding-left: 30px;
	float: left;
	display: none;
}

.section_list { /* Navigation oben */
	padding: 0;
	list-style-type: none;
}

.section_list ul {
	list-style-type: none;
}

.section_list li, .section_list li a {
	display: inline;
	color: #fff;
	text-decoration: none;
	margin-right: 5px;
	text-align: center;
	font-size: 1.2em; 

}

.section_list li a:hover {
	border-bottom: 3px solid #ffd202;
}

#flashcontent {
	border-top: 5px solid #ffd202;
	border-bottom: 5px solid #ffd202;
	display: none;
}

#content {
	background-color: #dfdfdf;
/*	margin: 0 155px;
	padding-top: 30px;*/
	background-image: url(../images/hg_gal.png);
	background-repeat: no-repeat;
min-height: 300px;
}

#entries {
	width: 100%;
	margin: auto;
}

#foot {
	padding: 5px 0 5px 0;
	text-align: center;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 100%;
w\idth: 100%;
}

#sidebar-1, #sidebar-2 {
\width: 200px;
w\idth: 200px;
display: none;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
	display: none;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}




#comments-help {

	margin: 2px 0 15px 0;
	font-size: 0.7em;
}



/* error page
----------------------------------------------- */


.error-status {
	font: 1.3em Georgia, Times, serif;
}

/*============================================
	Das Kontaktformular
=============================================*/

form {

	width: 300px; /* Breite des Formulars */
	/*margin: auto;*/
padding-left:10px;
	}
	
label { display: block; /* Beschriftung auf eigener Zeile */
		text-align:left;
		} 
		
/* Beide Eingabefelder gleich lang */
#Name, textarea, Text, input {
	font-family: verdana, sans-serif;
	font-size: small;
	width: 350px;
	border: 1px solid #8c8c8c;
	margin-bottom: 1em;
	}
	
	#Name:focus {
	border: 1px solid #ffd202;
	}
	
textarea { height: 7em; }

input:focus, textarea:focus {
	border: 1px solid #ffd202;
	background-color: #ccc;
	}
