/* Reset Browser Default Values  */
/*********************************/
html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: normal normal normal 14px normal Arial, Helvetica, sans-serif;
	vertical-align: top;
}
	a:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Default Values                */
/*********************************/
a:link, a:visited, a:hover, a:active {
	color:#FFB122;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color:#FFB122;
	text-decoration: underline;
}
strong{
	font-weight: bold;
}


em {
	font: normal 12px arial, sans-serif;
}
p {
	margin: 0 0 10px;
}

/* Pagelayout elements           */
/*********************************/
body{
	background-color:#333333;
}
#container{
	width:900px;
	margin:0 auto;
	background-color:#FFFFFF;
}
#maincontent{
	padding: 20px;
}
#leftcontent{
	padding: 20px;
	margin: 0 180px 0 0;
}
#rightcontent{
	float:right;
	padding: 55px 0 0 0;
}
#footer{
	background-color:#063853;
	text-align:center;
	padding: 0 0 10px 0;
}
#footer img{
	margin: 0 0 10px 0;
}
#footer a {
	padding: 10px;
	color:#FFFFFF;
}


#menu {
	background-color:#FFB122;
	padding: 10px 0;
}
#menu a {
	color:#FFFFFF;
	font-size:24px;
	font-weight:bold;
	padding: 0 20px;
	text-transform:uppercase;
}
#menu a:hover {
	text-decoration: none;
}

h1 {
	color:#063853;
	font-size:20px;
	font-weight:bold;
	margin: 0 0 10px;
}

#maincontent table {
	border-spacing: 0px;
}
#maincontent table td {
	padding: 0px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.countdown {
	margin: 10px 0;
	border: 1px solid #FFB122;
	background-color: #FFEECE;
	font-weight:bold;
	padding: 5px;
}

a:link #kurs, a:visited #kurs {
	background-image:url(images_helden/K_01.jpg);
	 width: 428px;
	 height: 222px;
}
a:hover #kurs {
	background-image:url(images_helden/K_02.jpg);
	 width: 428px;
	 height: 222px;
}
a:link #gipfeltreffen, a:visited #gipfeltreffen {
	background-image:url(images_helden/G_01.jpg);
	 width: 428px;
	 height: 222px;
}
a:hover #gipfeltreffen {
	background-image:url(images_helden/G_02.jpg);
	 width: 428px;
	 height: 222px;
}
a:link #show, a:visited #show {
	background-image:url(images_helden/S_01.jpg);
	 width: 428px;
	 height: 222px;
}
a:hover #show {
	background-image:url(images_helden/S_02.jpg);
	 width: 428px;
	 height: 222px;
}
a:link #schmankerl, a:visited #schmankerl {
	background-image:url(images_helden/SCH_01.jpg);
	 width: 428px;
	 height: 222px;
}
a:hover #schmankerl {
	background-image:url(images_helden/SCH_02.jpg);
	 width: 428px;
	 height: 222px;
}


/*-------------------------------------------------*/
/* Mailform */

.mailformcolheader {
    font-weight: bold;
    color:gray;
    padding: 2px;
    border-bottom: 1px solid silver;
    width: 230px;
    height:18px;    
}
.mailformcolheadernarrow {
    font-weight: bold;
    color:gray;
    padding: 2px;
    border-bottom: 1px solid silver;
    width: 100px;    
    height:18px;
}
.mailformradio {
    width: 100px;
    height:18px;
    background-color:white;
    border:1px solid silver;
    padding:2px
} 
.inputfields {
    height:19px;	
    width:230px;
    padding:2px;
    border:1px solid silver;
    background-color: lightgrey; 
}
.inputfields_ro {
    color: gray; 
    background-color: lightgrey; 
    height:19px;	
    width:230px;
    padding:2px;
    border:1px solid gray;
}
.mailformsubmit {
    color: black; 
    background-color: silver; 
    height:20px;	
    width:230px;
    padding:2px;
    border:1px solid gray;
}
/*Beschriftung des Mailforms*/
.csc-mailform {
	position: relative;
	display:block;
	PADDING:5px;
	font-size:13px;
	color:#333333;
}

/* Hintergrund des gesamten Formulars */
.csc-mailform-field {
	}
.csc-mailform label {
	position: relative;
	display:block;
	width: 100px;
	float: left;
	left:10px;
	text-align: left;
	PADDING:2px;
	margin:2px;
	border:1px solid #999999;
}
.csc-mailform input, .csc-mailform select, .csc-mailform textarea {
	position: relative;
	width:250px;
	left:20px;
	PADDING:2px;
	margin:2px;
	background-color:#FFFFFF;
	border:1px solid gray; 
	color: #999999;
}
.csc-mailform-check {
	border: none;
	width:auto;
	left: 20px;
	PADDING:2px;
	margin: 2px 0 2px 0;
}
.button {
	clear: left;
	position: relative;
	display:block;
	left:128px;
	width:auto;
}
.csc-mailform-submit {
	clear: left;
	position: relative;
	display:block;
	left:128px !important;
	width: auto !important;
	color:black !important;

	
}
.csc-mailform .csc-mailform-check {
	background:none;
	border:none;
	width:16px;
}


