/* (c) EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */

/* 
Hinweise: 
schwarz, sw	    :	#000000;
weiss, w		:	#ffffff;
rot, gn		    :	#;
grün, gr		: 	#;
*/


/* Aufteilung */
.page								{ text-align: center; }

.header								{ width: 100%; background: url(../pics/layout/header_hg.gif); height: 202px; text-align: center; }
.header .thema						{ margin: auto; width: 980px; height: 202px;}
.header .wappen   					{ margin: auto; width: 900px; }
.header .franken-wappen				{ float: right; }
.header .falken-wappen				{ float: left; }

.schatten                           { background: url(../pics/layout/hg-verlauf.png) repeat-x; height: 10px; z-index:5; width: 100%; }
.main								{ width: 980px; margin-left: auto; margin-right: auto; margin-top: -10px;}
.main .navigation					{ background-color: #4d312c; height: 40px; }


.main .content 						{ float: left; width: 770px; margin-left: 10px; text-align: left; }
.main .related						{ float: right; width: 190px; margin-left: 10px; }

.falke-strich                       { text-align: center; width: 980px; height: 80px; background: url(../pics/layout/mainbernheim-silhouette.gif) no-repeat bottom right; }
.footer								{ height: 25px; background-color: #4d312c; color: #FFFFFF;  }
.footer .text						{ margin-left: 25px; color: #FFFFFF; padding-top: 3px; font-size: 12px;}

.trenner                            { clear: both; }
/* Basisdefinitionen */
*						{ font-family: Georgia,Helvetica,sans-serif; font-size: 13px; font-weight: normal; color: #444444; padding: 0px; margin: 0px; }

body, html					{ line-height: 18px; text-align: center; background-color: #FFFFFF;  height: 101%; }
.content a, .related a                              { background: url(../pics/layout/link.gif) no-repeat right 2px; padding-right: 14px; margin-right: 3px; }
.content a:link, .related a:link			        { color: #363f86; text-decoration: none; }
.content a:visited, .related a:visited				{ color: #363f86; text-decoration: none; }
.content a:hover, .related a:hover					{ color: #4d312c; text-decoration: none; background: url(../pics/layout/link-hover.gif) no-repeat right 2px; }
.content a:active, .related a:active				{ color: #363f86; text-decoration: none; }
a:focus                                             { outline-style:none; }

h1						{ font-size: 18px; margin-bottom: 10px; color: #f7984a; }
h2						{ margin-bottom: 10px; color: #AF4420; font-weight: bold; }

b						{ font-weight: bold; color: #AF4420; }
strong					{ font-weight: bold; color: #AF4420; }
i						{ font-style: italic; }
em						{ font-style: italic; color: #AF4420; }
img						{ border: 0px; }
p						{ padding: 0px 0px 0px 0px; }

ul						{ margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
ol						{ margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
ul li					{ list-style : none; }

.content ul						{ padding: 5px; }
.content ul li					{ padding-left: 9px; list-style-image: none; background: url(../pics/layout/circle.gif) no-repeat 0px 8px; list-style-position: outside; list-style-type:none; }

table					{ }
table tr				{ }
table tr th				{ font-weight: bold; }
table tr td				{ }

hr						{ border: 0px solid #000000; height: 1px; background: #000000 url(../pics/layout/trans.gif); }

/* Formulare */
form							{ margin: 0px;}
label							{ float: left; width: 120px; }
.form-eingabe-zeile		       	{ clear: left; margin-bottom: 5px; }
.form-label-checkbox			{ width: auto; float: none; }
.form-label-radio				{ width: auto; float: none; }
.form-text						{ width: 280px; }
.form-select					{ width: 280px; }
.form-checkbox					{ }
.form-radio					{ }
.form-button			{ background: #4d312c; cursor: pointer; color: #FFFFFF; }

form .form-checkbox-liste			{ width: 282px; height:100px; overflow:auto; border: 1px solid #bbbbbb; }
form .form-checkbox-liste .zeile	{ padding-left: 3px; margin-bottom: 2px; width: 258px;	height: 20px; line-height: 20px; background-color: #ffffff; border: 1px solid #bbbbbb; }
form .form-checkbox-liste .aktiv	{ background-color: #CFD6E8; border: 1px solid #737B92; }
form .form-checkbox-liste .form-checkbox { float: left; }
form .form-checkbox-liste .text 	{ padding-left: 20px; }

.fehler								{ margin-bottom: 15px; }
.fehler .fehler-titel				{ font-weight: bold;}
.fehler .fehler-zeile				{ }

.liste .pageview					{ margin-top: 5px; }
.liste .pageview a	     			{ margin: 0px 2px; text-decoration: none; background: none; padding-right: 0px; }

/* Verstecken */
.cycon-wysiwyg						{ display: none; }