/*
	file name:		undo.css
	
	website:		---
	
	by:				KENX
	author:			Marc Ehret
	version:		21.06.2005

	Removes most of the browsers' default values
	for padding, margin etc. 
*/



:link,:visited,:hover
	{
		text-decoration:none;
	}

ul,ol
	{
		list-style:none;
	}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,textarea,select
	{
		margin:0;
		padding:0;
		font-size:1em;
	}

a img,:link img,:visited img,:hover img
	{
		border:none;
	}

a:active, a:focus {
	outline:none;
	}table.typo3-editPanel {margin:5px 30px;}/********************************************************************************	Schriftart********************************************************************************/ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,textarea,select 	{		font-family: arial,verdana,sans-serif;		font-size: 11px;		line-height: 1.4em;		color:#fff;	}/********************************************************************************	Links********************************************************************************/a	{		color: #ccc;/*		color: #eee;*/	}a:hover	{		text-decoration: underline;	}/********************************************************************************	Ueberschriften********************************************************************************/h1, h2, h3, h4, h5, h6	{		margin: 1em 0 0 0;		font-weight: normal;		line-height: 1.2em;	}h1	{		font-size: 1.2em;		font-weight: bold;	}h2	{		font-size: 1em;		font-weight:bold;	}h3	{		font-size: 0.9em;		font-weight: bold;	}/********************************************************************************	Absatzformatierungen********************************************************************************/p	{		margin-bottom: 1em;	}pre	{		margin: 0px 0px 1em 0px;		padding: 2em;		font-family: "Courier New", Courier, mono;		white-space: normal;	}blockquote	{		margin: 0px 20px 1em 20px;	}/********************************************************************************	Formulare********************************************************************************/fieldset.csc-mailform {	width:420px;	border:0;	position:relative;}fieldset.csc-mailform div.csc-mailform-field {}fieldset.csc-mailform label,label {	font-size:0.9em;	font-weight: bold;	display:block;	margin-top:1em;}fieldset.csc-mailform input,fieldset.csc-mailform textarea,fieldset.csc-mailform select,input {	display: block;	width: 70%;	border:0;	color:#fff;	font-size:1em;	line-height:1.2em;	background:#888;}fieldset.csc-mailform textarea {	width: 100%;}fieldset.csc-mailform input.csc-mailform-submit,input.submit {	width:auto;	padding:0px 4px;	cursor:pointer;	float:right;	margin-top:1em;	background:#666;	color:#fff;	font-weight:bold;	border:none;	}div.form-field {	width:100%;	}div.tx-newloginbox-pi1 input.submit {	margin-left:220px;	float:none;	}form {margin-bottom:40px;}/********************************************************************************	Helper********************************************************************************/.hide {	display: none;}#TB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	top: 0px;
	left: 0px;
	position: fixed;
	_position: absolute;
	background: #fff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
}

#TB_caption{
	height:25px;
	padding:10px 30px 10px 25px;
	float:left;
	display:none;
}

#TB_closeWindow{
	height:25px;
	padding:10px 25px 10px 0;
	float:right;
}

#TB_closeWindow a 
	{
		color: #000;
		font-weight: bold;
	}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
}

#TB_ajaxContent{
	padding:2px 15px 15px 15px;
	overflow:auto;
}

#TB_load{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
	z-index:101;
}

#TB_loadContent  {
	margin-left: -125px;
	position: absolute;
	top: -50px;
	left: 50%;
	width: 250px;
	height: 100px;
	visibility: visible;
}

/********************************************************************************
	lightbox


#lightbox {
	background-color:#fff;
	padding: 5px;
	}

#lightboxDetails {
	font-size: 10px;
	xdisplay:none;
	}	

#lightboxCaption {
	background:#f00;
	xfloat:left;
	}

#keyboardMsg {
	xdisplay:none;
	}

#closeButton {
	top: 0px;
	right: 0px;
	}


#lightbox img {
	border: none;
	clear: both;
	} 

#overlay img {
	border: none;
	}


#overlay {
	background-image: url(extras/overlay.png);
	}

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="extras/overlay.png", sizingMethod="scale");
	}
********************************************************************************//*	file name:		layout.css		website:		benseler.kenx.de		by:				KENX	author:			Marc Ehret	version:		28.01.2006*/body {	text-align:center;	background:#666;	padding: 10px 0px;	}.container {	overflow:hidden;	text-align:left;		width:672px;	margin:0px auto;	}.box-1 {	min-height:20px;	height:auto !important;	height:20px;	float:left;	width:252px;	}.box-2 {	min-height:20px;	height:auto !important;	height:20px;	float:left;	width:420px;		}.header {	}.header .container {padding:10px 0px;	}.header .container .box-1 {	}.header .container .box-2 {	}.main {	}.main .container {padding:10px 0px;	}.main .container .box-1 {	}.main .container .box-2 {	}.footer {	}.footer .container {padding:10px 0px;	}.footer .container .box-1 {	}.footer .container .box-2 {	}		/*	Top Menu			--------------------------------------------------------------*/

ul#menu_main {list-style: none;margin: 0px;}
ul#menu_main li {float: left; margin: 0 6px 0 0;}
ul#menu_main li.last {margin-right: 0px;float:left;}
ul#menu_main li a {text-decoration: none; display: block; border: 1px solid #bbb; color: #bbb;background: #565656;}
ul#menu_main li a b { display: block; border-top:10px solid #565656; text-indent: 3px; padding: 43px 0px 2px 0px; width: 63px; font: bold 11px/11px arial; cursor: pointer;}
ul#menu_main li a:hover {border: 1px solid #fff;color: #fff;}
ul#menu_main li a:hover b {border-top:10px solid #CCFF00; }
ul#menu_main li.act a b,
ul#menu_main li.cur a b {border-top:10px solid #CCFF00; }
ul#menu_main li.act a,
ul#menu_main li.cur a {border:1px solid #FFF;color:#FFF; }

/*	Left Menu			--------------------------------------------------------------*/

ul#menu_sub {
width:240px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font: normal .9em/.9em arial, verdana, sans-serif;
}

ul#menu_sub li {
	padding: 0px;
	margin: 0px;
}


ul#menu_sub li a {
	display: block;
	text-decoration: none;	
	width: 100%;
	color: #fff;
/*	border-left: 8px solid #666; */
	margin:0px;
}

ul#menu_sub li a b {
	display: block;
	padding: 1px 5px;
	font-weight: bold;
}
ul#menu_sub li a:hover {
	color: #fff;
	text-decoration:none;
/*	border-left: 8px solid #fff;	*/
	background-color: #565656;
}

ul#menu_sub ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#menu_sub li.cur a {
/*	border-left: 8px solid #CCFF00; */
	background-color: #f00;
}

ul#menu_sub li li a b {
	font-weight: normal;
}

ul#menu_sub ul ul {
}

ul#menu_sub li li li a {
}

ul#menu_sub li.spc {
	text-indent:-10000px;
}


#logo {
	display:block;
	width:252px;
	height:65px;
}
/********************************************************************************
	ce
********************************************************************************/
 
.ce
	{
		margin: 6px 0px;
		overflow:hidden;
	}
	
.ce p
	{
		text-align: left;
	}

.ce a
	{
		font-weight: bold;
	}

/********************************************************************************
	ce-article
********************************************************************************/




/********************************************************************************
	ce-menu-1
********************************************************************************/

div.ce-menu-1 h3
	{
		padding: 6px 30px;
		font-weight: normal;
	} 

div.ce-menu-1 ul
	{
		padding: 0px 0px 6px 30px;
	}

div.ce-menu-1 ul li
	{
		padding: 2px 0px 2px 15px;
		background: url(ce/ce-menu-1-li.png) no-repeat 0px 4px;	
	}

div.ce-menu-1 ul li.spc
	{
		text-indent: -1000px;
		background: none;
	}

div.ce-menu-1 ul li a b
	{
		font-weight: normal;
	}

div.ce-menu-1 ul li.act a b
	{
		font-weight: bold;
		color: #000;
	}

/********************************************************************************
	ce-image-1
********************************************************************************/
.ce-image-text-1 {
	clear:both;

}

.ce-image-text-1 div.image {
	width:207px;
	float: left;
	
}

.ce-image-text-1 div.text {
	width:207px;
	float:right;
}




.ce-images-1 {
	clear:both;
}

.ce-images-1 a.image {
	display: block;
	width:65px;
	height: 65px;
	cursor::pointer;
	background-position: center center;
	padding: 0px;
	margin: 0px;
	float: left;
	margin-right: 6px;
}

.ce-images-1 a.last {
	margin-right: 0px;
}




