/*
	Default Stylesheet Familienportal Soest
	KDVZ Citkomm 2009
*/
* {
	margin: 0;
	padding: 0;
}

* html a {
	position: relative;
}
* html a img {
	position: relative;
}
* html input, * html textarea, * html select, * html button {
	position: relative;
}
* html iframe {
	position: relative;
}

img {
	border: none;
}

.container {
	overflow: hidden;
	width: 100%;
}

body {
	/*Verdana, Geneva,*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
}

a {
	color: #305371;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.ilink {
	display: none;
}


dfn {
display: none;
}

#main {
	width: 100%
	text-align: left;
}

#main_background {
}


* html #main_background {

}


#header {
	display: none;
}


#wrapper {
	overflow: hidden;
	width: 100%;
}

#left {
	display: none;
}


#left #search {
	margin-top: 195px;
	margin-left: 35px;
	overflow: hidden;
	width: 100%;
}


#right {
	
}



#righttop {
	display: none;
}


/* Content-Bereich */
#content {
	margin: 5px;
	line-height: 150%;
	font-size: 1em;
}

* html #content {
}

#content h1 {
	color: #3E698C;
	font-family: Trebuchet MS;
	font-size: 1.8em;
	margin-bottom: 1em;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #D41824;
	margin-bottom: 5px;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
}

#content .textblock {
	padding-bottom: 1em;
	border-bottom: 1px solid #0066CC;
	text-align: justify;
	margin-bottom: 2em;
}

#content ul, #content ol {
	margin-left: 2em;
}

#content ul {
	list-style-type: none;
	margin: 0;
}

#content ul li {
	background-image: url(pics/li_bullet.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 2em;
}

* html #content ul li {
	height: 1%;
}


#footer {
	display: none;
}


/* contenttable */
table.contenttable {
	background-color: #305371;
	font-size: 1em;
	color: #305371;
	width: 100%;
}

table.contenttable caption {
	line-height: 2.5em;
	font-style: italic;
}

table.contenttable th {
	background: #548DBF url(pics/th_back.gif);
	background-repeat: repeat-x;
	padding: 7px;
	text-align: center;
}

table.contenttable tr td {
	background: #ffffff url(pics/td_odd_back.gif);
	background-repeat: repeat-x;
	padding: 6px;
}

table.contenttable tr.even td {
	background: #CBDEFA url(pics/td_even_back.gif);
	background-repeat: repeat-x;
	padding: 6px;
}

* html #content p {
	position: relative;
}

.left {
	background-color: #FFFFFF;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px #999999 solid;
	text-align: center;
	padding: 1px;
}
.right {
	background-color: #FFFFFF;
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px #999999 solid;
	text-align: center;
	padding: 1px;
}
/* Textseiten Bildausrichtung */
.bildrechts {
	background-color: #FFFFFF;
	float:right;
	width:300px;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px #999999 solid;
	text-align: center;
	padding: 1px;
}
.bildrechtsfluss {
	background-color: #FFFFFF;
	float:right;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px #999999 solid;
	text-align: center;
	padding: 1px;
}
.bildlinks {
	background-color: #FFFFFF;
	float:left;
	width:300px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px #999999 solid;
	text-align: center;
	padding: 1px;
}
.bildlinksfluss {
	background-color: #FFFFFF;
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px #999999 solid;
	text-align: center;
	padding: 1px;
}
.bildunten {
	background-color: #FFFFFF;
	margin-top:1.2em;
	width:auto;
	margin-bottom: 5px;
	border: 1px #999999 solid;
	text-align: center;
	padding: 1px;
}
.bildoben {
	background-color: #FFFFFF;
	margin-bottom:1.2em;
	width:auto;
	border: 1px #999999 solid;
	text-align: center;
	padding: 1px;
}
/* --- */
/*Verweisliste*/
#content .listentry {
	margin-bottom: 2em;
}

#content .listentry h1 {
	font-size: 1.4em;
	margin-bottom: 0.4em;
}

#content .listentry .left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

#content .listentry .right {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
/* DIV Tabelle Mitte */
.tabelle {
	width:100%;
	line-height:140%;
	margin-top:1.8em;
	margin-bottom:1.8em;
	color: #305371;
}
.tabelle .t_head {
	padding:0.5em;
	background: #548DBF url(pics/th_back.gif);
	background-repeat: repeat-x;
	height:2.5em;
}
.tabelle .t_row {
	padding:0.5em;
	background: #ffffff url(pics/td_odd_back.gif);
	background-repeat: repeat-x;
}
.tabelle .t_row_even {
	padding:0.5em;
	background: #CBDEFA url(pics/td_even_back.gif);
	background-repeat: repeat-x;
}
.tabelle img {
	margin-right:0.5em;
}
.tabelle a {
	font-weight:bold;
}
/* --- */
