@charset "utf-8";
/* CSS Document */

/* --- ALLGEMEIN --- */
html, p, form
{
	padding: 0;
	margin: 0;
}

body
{
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	line-height: 1.3em;
	color: #666666;
}

/* BILDER ALGEMEIN */
img
{
	border: none;
	margin: 0;
	padding: 0;
}

.inside
{
	padding: 4px;
}

.clearBoth
{
   clear: both;
   font-size: 1px;
}

a
{
	color: #80391b;
	font-style: normal;
	text-decoration: none;
}

a:hover
{
	color: #f9b898
}


/* ==== WRAPPER OBEN ==== */
#wrapper_top
{
	width: 100%;
	background: #ffffff url(../images/bg_wrapper_top.gif) no-repeat center;
	color: ##Ffffff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#wrapper_top a
{
	color: #ffffff;
	text-decoration: none;
}

#toolbar
{
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 30px;
}
/* --- Zeit --- */
#time
{
	float: left;
	width: 50%;
	text-align: left;
	font-size: 80%;
	padding-top: 2px;
}

/* ---- Suchbox --- */
#search
{
	float: right;
	overflow: hidden;
}

#search .inputbox
{
	width: 120px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	border: #CCCCCC solid 1px;
	background: #FFFFFF url(../images/lupe.png) no-repeat left;
	padding: 0 0 0 20px;
}

/* --- RSS ---*/
#syndicate
{
	float: right;
	overflow: hidden;
	display: block;
	width: 21px;
	height: 21px;
	padding: 2px;
}

#syndicate a
{
	text-decoration: none;
	border: none;
}

#syndicate img
{
	text-decoration: none;
	border: none;
}

/*--- Schriftgroesse --- */
#fontsize
{
	float: right;
	overflow: hidden;
	display: block;
}

#fontsize a, #fontsize img
{
	border: 0 none;
}


/* --- Shadow --- */
#shadow
{
	width: 100%;
	height: 5px;
	background: #F2F2F2 url(../images/shadow.gif) repeat-x;
	float: left;
}
/* --- Logo und Banner oben Gesamt --- */
#loba
{
	width: 100%
}

/* --- Logo --- */
#logo
{
	float: left;
	width: 29.9%;
}

/* --- TOP Banner --- */
#banner
{
	float: left;
	width: 69.9%;
	text-align: center;
	padding-top: 10px;
}

/* --- Top Menu --- */
#topmenu
{
	float: left;
	width: 100%;
}

#topmenu ul
{
	margin: 0;
	padding: 0;
}

#topmenu ul li
{
	list-style: none;
	float: left;
	margin: 0 0.2em;
}

#topmenu ul li a span
{
	background: url(../images/menu_r.gif) no-repeat right;
	display: block;
	padding: 0 10px 0 5px;
}

#topmenu ul li a
{
	color: #80391b;
	text-decoration: none;
	padding-left: 8px;
	display: block;
	line-height: 30px;
	height: 30px;
	background: #f7d2c6 url(../images/menu_l.gif) no-repeat left;
}

#topmenu ul li a:hover
{
	color: #ffffff;
}

#topmenu ul li#current
{
	font-weight: bold;
}

/* --- HEADER --- */
#head
{
	float: left;
	background: url(../images/bg_head_special.png);
	width: 100%;
	border-bottom: #ffffff 1px solid;
	border-top:  #999999 1px solid;
}

#head_in
{
	margin: 5px auto;
	text-align: left;
}

#head_in h3
{
	margin: 0;
	padding: 0.5em 1em;
	font-size: 120%;
	color: #64543c;
	background: url(../images/star.png) no-repeat left;	
}

#head_in ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#head_in ul li
{
	padding-left: 18px;
	background: url(../images/arrow_li.png) no-repeat left;
}

#head_in ul a:hover
{
	font-weight: bold;	
}

#position1
{
	width: 33%;
	float: left;
}

#position2
{
	width: 33%;
	float: left;
	border-left: #999999 1px solid;
}

#position3
{
	width: 33%;
	float: left;
	border-left: #999999 1px solid;
}

#position4
{
	width: 33%;
	float: left;
}

#position5
{
	width: 33%;
	float: left;
}

#position6
{
	width: 33%;
	float: left;
}
/* --- Breadcrumb --- */
#bread
{
	width: 100%;
	float: left;
	text-align: left;
	background: url(../images/bl.gif) left no-repeat;
	padding-left: 26px;
	color: #FFFFFF;
	font-weight: bold;
}

#bread a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

/* === WRAPPER UNTEN === */
#wrapper_bottom
{
	background: #ffffff;
	width: 100%;
	overflow: hidden;
}

/* --- content --- */
#content
{
	margin: 0 auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #FFFFFF;
}

/* Linker Teil */
#left
{
	float: left;
	width: 20%;
	overflow: hidden;
}

#left ul, #right ul
{
	margin: 0;
	padding: 0;
}

#left ul li
{
	list-style: none;
	margin: 0.5em;
	padding: 0 0.5em;
	border-bottom: 1px dotted #656565;
}

#right ul li
{
	list-style: none;
	margin: 0.5em;
	padding: 0 0.5em;
	border-bottom: 1px dotted #656565;
}

#left ul li#current
{
	border-bottom: 1px dotted #000000;
}

#right ul li#current
{
	border-bottom: 1px dotted #000000;
}

#left ul li ul li#current, #right ul li ul li#current
{
	border: none;
}

#left ul li#current a, #right ul li#current
{
	color: #80391b;
	font-weight: bold;
}

#left ul li ul, #right ul li ul
{
	margin: 0;
	padding: 0;
}

#left ul li ul li, #right ul li ul li
{
	margin: 0;
	padding: 0 1em;
	border: none;
	background: url(../images/point.gif) no-repeat left;
}

#left ul li ul li a, #right ul li ul li a
{
	font-weight: normal;
}

#left ul li ul li#current a, #right ul li ul li#current a
{
	font-weight: bold;
}

#left ul li ul li:hover, #right ul li ul li:hover
{
	border: none;
}

#left ul li:hover
{
	border-bottom: 1px dotted #000000;
}

#right ul li:hover
{
	border-bottom: 1px dotted #000000;
}

#left ul a, #right ul a
{
	display: block;
	padding: 0.2em;
}

#left h3
{
	margin: 0;
	padding: 0.1em 1.5em;
	border-bottom: 1px dotted #ccc;
	color: #80391b;
	background: url(../images/h3_l.png) no-repeat left;
	font-size: 120%;
}

/* Haupt Content */
#center
{
	float: left;
	width: 60%;
	overflow: hidden;
}

#center_big
{
	float: left;
	width: 80%;
	overflow: hidden;
}

#center h3, #center_big
{
	margin: 0;
	padding: 0;
	font-size: 120%;
}

/* Rechter Teil */
#right
{
	float: left;
	width: 20%;
	overflow: hidden;
}

#right h3
{
	margin: 0;
	padding: 0.1em 1.5em;
	border-bottom: 1px dotted #ccc;
	color: #656565;
	background: url(../images/h3_l.png) no-repeat left;
	font-size: 120%;
}

#footer_shadow
{
	height: 5px;
	background: #f2f2f2 url(../images/shadow_rep.gif) repeat-x bottom;
	margin: 0 auto;
}

#footer
{
	background: #000000;
	border-top: #333333 1px solid;
	margin: 0 auto;
}

#footer_menu
{
	width: 100%;
	border-bottom: 1px solid #000000;
	text-align: center;
	color: #FFFFFF;
}

#footer_menu ul
{
	margin: 0.3em;
	padding: 0;
}

#footer_menu ul li
{
	list-style: none;
	display: inline;
	margin-left: 1em;
	margin-right: 1em;
}

#footer_menu ul li a
{
	color: #FFFFFF;
	font-weight: bold;
}

#footer_menu .moduletable
{
	margin: 0;
	padding: 0;
}

#footer_in
{
	background: #ffffff url(../images/bg_foot.png) repeat-x;
	float: left;
	width: 100%;
}

#footer_in h3
{
	margin: 0;
	padding: 0.5em 1em;
	font-size: 120%;
	color: #80391b;
	background: url(../images/star.png) no-repeat left;	
}


#footer_in ul
{
	margin: 0;
	padding: 0;
}

#footer_in ul li
{
	list-style: none;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

#footer_in ul li a, #footer_in a
{
	color: #FFFFFF;
	background: url(../images/accept.png) no-repeat left;
	padding: 0 1.8em;
	line-height: 1.5em;
}

#footer_in ul li a:hover, #footer_in a:hover
{
	font-weight: bold;
}

#footer_end
{
	height: 10px;
	background: #c80a29 url(../images/bg_right_foot.gif) no-repeat right;
	margin: 0 auto;
}

#footer_end_left
{
	width: 10px;
	height: 10px;
	background: url(../images/bg_left_foot.gif) no-repeat left;
}

#copyright /* --- May not be removed !!! - Darf nicht entfernt werden !!! --- */
{
	width: 100%;
	float: left;
	text-align: center;
	color: #999999;
	font-size: 80%;
	line-height: 120%;
}

/* === Joomla === */

.input
{
	border: 0 none;
}

.poll td
{
	text-align: left;
}

.contentheading, .buttonheading
{
	font-weight: bold;
	border-bottom: 1px dotted #CCCCCC;
	padding: 0 0.3em;
	margin: 0;
}

.small
{
	font-size: 80%;
	padding-left: 18px;
	background: url(../images/user.png) no-repeat left;
	font-weight: bold;
	color: #999999;
}

.createdate, .modifydate
{
	font-size: 80%;
	padding-left: 18px;
	background: url(../images/calendar.png) no-repeat left;
	font-weight: bold;
	color: #999999;
}

.componentheading
{
	font-size: 120%;
	color: #656565;
	margin-bottom: 0.5em;
	font-weight: bold;
	background: url(../images/world.png) no-repeat left;
	padding-left: 20px;
}

.contentpaneopen
{
	padding: 0;
	margin: 0;
}

.contentpaneopen a
{
	text-decoration: underline;
}

.contentpaneopen img
{
	padding: 3px;
}

.readon a
{
	text-decoration: none;
}

.readon
{
	padding-left: 16px;
	background: url(../images/misc_22.png) no-repeat left;
	font-size: 90%;
	font-weight: bold;
}

.moduletable, .moduletable_menu
{
	margin-bottom: 1.5em;
}

#search .moduletable
{
	margin: 0;
}

.button
{
	border: 1px solid #656565;
	margin: 0.2em;
	padding: 0.2em;
	font-size: 80%;
}

.button:hover
{
	border: 1px solid #000000;
	background: #CCCCCC;
	color: #000000;
	cursor: pointer;
}

/* #center img, #center_big img
{
	padding: 1px;
}
*/
/*--- LOGIN ---*/
#form-login /* Allgemein */
{
	padding: 0;
	margin: 0;
}

#form-login ul
{
	list-style: none;
	margin: 0;
	padding: 0 1em;
}

#form-login ul li, #form-login ul li:hover
{
	margin: 0;
	padding: 0;
	background: none;
}

#form-login ul a
{
	font-size: 80%;
	padding: 0;
	margin: 0;
}

#modlgn_username
{
	background: url(../images/user.png) no-repeat left #FFFFFF;
	height: 17px;
	padding-left: 20px;
	width: 60%;
	border: solid 1px #CCCCCC;
}

#modlgn_passwd
{
	background: url(../images/lock.png) no-repeat left #FFFFFF;
	height: 17px;
	padding-left: 20px;
	width: 60%;
	border: solid 1px #CCCCCC;
}
	

#form-login-username, #form-login-password, #form-login-remember
{
	padding: 0px;
	margin: 5px;
}

#system-message dd
{
	text-indent: 0px;
}

.moduletable_text
{
	margin-bottom: 1.5em;
}
