@import url("_typographie.css");
@import url("_layout.css");
@import url("_seitenueberschriften.css");
@import url("_secHome.css");
@import url("_teaser.css");
/* @import url("_list.css"); */



/* @import url("_typographie.css"); */
/* @import url("_layout.css"); */
/* @import url("_seitenueberschriften.css"); */
/* @import url("_secHome.css"); */
/* @import url("_teaser.css"); */
/* @import url("_list.css"); */

body {
	margin: 0;
	padding-left: 15%;
	padding-right: 15%;
	background: #F7F5F5; 
	background: #F7F5F5 url(../_GRAPHIX/page/snowflakes-blue.jpg) top left repeat;
	/* background: url(../_GRAPHIX/page/background-red.jpg) repeat; */
	/* background: #CC0000;  red */
	/* background: #eee8aa;  pale goldenrod */
	 
	/* original color was #F7F1E6 */
	/* background: #FFFFFF url(../_GRAPHIX/page/unten-rechts.gif) bottom right no-repeat fixed; */
}
/* !== Globale Elemente ==  */
/* != 1. Boxen jeder Art und was dazu gehoert  == */
/* != 2. Listen */
/* != 3.  Bilder */
/* != 4. Formularelemente */





/* ===  Bilder ==================== */

img {
	padding: 2px;
	background: none;
	border: 1px solid #c6c6e3; 
}


img.blank_fr {
	padding: 0;
	border: none;
	background: none;
	float: right;
}
img.blank_fl {
	padding: 0;
	border: none;
	background: none;
	float: left;
}

img.textwise {
position:relative; top:5px;  
	padding: none;
	border: none;
	background: none;
}
#content img.floatL {
		float: left;
		margin: 1em 1em .5em 0;
}

#content img.floatR {
		float: right;
		margin: 1em 0 .5em 1em;
}
#header img.floatR {
		float: right;
		margin: 0 10px 0 0;
			border: none;
	background: none;
}

/* --- Liste Pagination ------------------ */
#pagination {
	margin-top: 1.5em;
	text-align: left;
	border-top: 1px dotted #8C6147;
}

#pagination ul {
	margin:.5em 0;
	padding: 0;
	list-style: disc;
}

#pagination li {
	background: none;
	/* display: inline; */
}

#pagination li a {
	padding: 1px 4px;
}

#pagination li a:hover {
	background: #FFFFCC;
}

/* ===  Formularelemente  =========== */

input, textarea {
	margin: .25em 0;
	padding:3px 5px;
	background:#FFFFFF url(../_GRAPHIX/page/input-bg.png) top left no-repeat;
	border: 1px solid #ABABAB;	
	font:normal normal 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}

input.searchField {
	border: 1px solid #ABABAB;
}

input[type="submit"] {
	background: url(../_GRAPHIX/page/btn-gradient.png) bottom left repeat-x;
	border: 3px double #ABABAB;
}

/* ===  Special link lists  =========== */
.ul_links {
	list-style: circle;	
	/* background: url(../_GRAPHIX/page/bullet.gif) 0% .5em no-repeat; */
	padding-left: 5px;
	margin: 1em;
	padding: .25em 0 .25em .5em;
}
.li_links {
	margin: 3px 0;
	padding: 5px 0 5px 10px;
	letter-spacing: .01em;
	line-height: 1.5;
}

