/* 
   ============================================================
   Style.css für Wickfelder
   ============================================================
*/


html, body, a, a:link, a:visited{
	font-family: "Arial", sans-serif;
	font-size: 12px;
	color: #33333f;
	text-decoration: none;
}

a:hover, a:active, a:focus{
	font-weight:normal;
	text-decoration: none;
	background-color: #228F22;
	color: #33333f;
}

h1, h2, h3, h4, h5{
	padding: 0px;
	margin: 0px;
	color: #33CC33;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 14px;
}

p {
	padding:0px;
	margin: 0px;
}
/* 
   ============================================================
   Footer
   ============================================================
*/

.footerlink, a.footerlink, a.footerlink:visited, a.footerlink:link {
	font-size: 9px;
}

a.footerlink:hover, a.footerlink:active, a.footerlink:focus {
	font-size: 9px;
	color: #33333f;
}

/* 
   ============================================================
   PromotionPanel
   ============================================================
*/

#PromotionPanelContent{
		font-size: 10px;
	}

#PromotionPanelContent p{
		margin:none;
		padding:none;
	}
	
#PromotionPanelContent a{
		font-size:10px;
		background-color:none;
		color:#228F22;
		font-weight: bold;
}

#PromotionPanelContent a:hover{
		background-color:none;
		color:#33333f;
		font-weight: bold;
}
	
#PromotionIFrame{
	background-color: #C1C5CE;
}


/* 
   ============================================================
   NaviSecondLevelContent
   ============================================================
*/
#NaviSecondLevelContent a, a:link {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #228F22;
}

#NaviSecondLevelContent a:visited {
	font-weight: normal;
	text-decoration:none;
	color: #228F22;
}

#NaviSecondLevelContent a:hover, a:active, a:focus {
	font-weight: normal;
	text-decoration:none;
	color: #33333f;
	background-color: #228F22;
}


/* 
   ============================================================
   Header
   ============================================================
*/

#Header{
	font-weight: bold;
	font-size: 50px;
	color: #f2f2f2;
}


/* 
   ============================================================
   NaviFirstLevel
   ============================================================
*/

#NaviFirstLevel{
		font-size: 14px;
}

#NaviFirstLevel a, a:link, a:visited{
		font-size: 14px;
		font-weight: normal;
		color: #228F22;
	}
	
#NaviFirstLevel a:hover, a:active, a:focus {
	font-size: 14px;
	font-weight: normal;
	text-decoration:none;
	color: #33333f;
	background-color: #228F22;
}



font.NaviFirstLevelElementAct{
	font-size: 14px;
	color: #cecece;
}

font.NaviSecondLevelElementAct{
	color: #ffffff;
}


/* 
   ============================================================
   Content
   ============================================================
*/

#Content a, #Content a:link, #Content a:visited{
	font-size: 9pt;
	text-decoration: none;
	font-weight:bold;
	color: #228F22;
}

/*#Content a:visited {
	text-decoration:none;
	color: #33CC33;
}
*/
#Content a:hover, #Content a:active, #Content a:focus {
	text-decoration:none;
	color: #33333f;
	background-color: #33CC33;
}

/* 
   ============================================================
   List Style
   ============================================================
*/

ul{
	 list-style-image: url("../images/allover/li_punkt.png");
	 list-style-position: outside;
	 list-style-type: square;
}

/* 
   ============================================================
   Form
   ============================================================
*/

input, textarea {
	border: 1px solid #228F22;
	width: 300px;
	background-color: #ffffff;
}

td {
	vertical-align: top;
}

.csc-caption{
	font-size:9px;
}

/*
=================================================================
Forms
=================================================================
*/


label {
	display:block;
	width:80px;
	text-align:right;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	color:#33333f;
	font-size:11px;
	font-weight: bold;
	}
	
input {
	float:left;
	display:block;
	border: none;
	border-bottom: 1px dotted #33333f;
	width: 220px;
	margin-bottom:10px;
	color:#33333f;
	font-size:11px;
	}
select {
	float:left;
	display:block;
	border: none;
	border-bottom: 1px dotted #33333f;
	width: 220px;
	margin-bottom:10px;
	color:#33333f;
	font-size:11px;
	}
	
textarea{
	float:left;
	display:block;
	border: none;
	width: 218px;
	border: 1px dotted #33333f;
	font-family: arial;
	color:#33333f;
	font-size:11px;
	margin-bottom:10px;
}

.csc-mailform-check{
	float:left;
	display:block;
	width: 200px;
	border: none;
}

.csc-mailform{
	border:none;
	width: 310px;
}
.csc-mailform-submit{
	float:right;
	display:block;
	border:none;
	background:#33cc33;
	color: #33333f;
	width: 132px;
	margin-top: 15px;
}

.csc-mailform-submit:hover {
	background:#33333f;
	color: #33cc33;
	
}