/* Allgemeine Definitionen */

body { 
	font-family:verdana, arial, sans-serif;
	font-size: 12px;
	background: #C4D1EA;
	margin: 0 0 0 -380px;
	padding: 0;
}

div.body {
	background: #C4D1EA url(styles_skicup_FILES/skicupbg.gif) bottom no-repeat;
	border: 1px solid #AEBCD0;
	border-top: none;
	position: absolute;
	width: 760px;
	height: auto;
	min-height: 100%;
	left: 50%;
	margin: 0 0 0 -380px;
	padding: 0;
}


div.body#startseite {
	background: #C4D1EA url(styles_skicup_FILES/startseite08.jpg) bottom no-repeat;
	height: 815px;
}

div.headImage
{
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 5;
}

h1
{
	clear: right;
	margin: 0;
	padding: 20px 0 40px 20px;
}

p span.red
{
	color: #A72C31;
}

img
{
	border: none;
}

form, input, select, textarea
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	margin: 0;
}
A {
	color: #8d0011;
	text-decoration: none;
 }

a:hover
{
	text-decoration: underline;
}




a.external
{
	padding-left: 10px;
	background: url(styles_skicup_FILES/contentArrowExternal.gif) no-repeat 0 4px;
}

a.internal
{
	padding-left: 10px;
	background: url(styles_skicup_FILES/navArrow.gif) no-repeat 0 5px; 
}

a.email
{
	padding-left: 12px;
	background: url(../images/navEmail.gif) no-repeat 0 3px;
}

div.content a.print
{
	padding-left: 12px;
	background: url(styles_skicup_FILES/footerPrint.gif) no-repeat 0 4px;
}

div.content a.download 
{
	padding-left: 15px;
/*	background: url(styles_skicup_FILES/contentDownload.gif) no-repeat 0 4px;         //Bild wird abhängig von der Datei-Endung dynamisch generiert */
}

div.navigationTop
{
	background: #AEBCD0;
	color: #5C6971;
	width: 760px;
	line-height: 40px;
	margin: 0 0 20px 0;
}

div.navigationTop a
{
	color: #A72C31;
	padding: 2px 4px 2px 4px;
}


/* Inhalt: Container */

div.content
{

	float: left;
	width: 740px;
	line-height: 150%;
	color: black;
	margin: 0 10px 0 10px;
	padding: 0;
}


/* Inhalt: Absatzformate */


div.content h2
{
	color: #808285;
	font-size: 17px;
	margin: 0 0 20px 0;
	line-height: 130%;
}


div.content h3
{
	color: #A72C31;
	font-size: 13px;
	margin: 0 0 10px 0;
	line-height: 130%;

}

div.content h4
{
	color: #A72C31;
	font-size: 11px;
	margin: 0;
	line-height: 150%;

}

div.content h6
{
	color: #808285;
	font-size: 11px;
	margin: 10px 0px 0px 0px;
	font-weight: normal;
	margin-bottom: 3px;
}

div.content p
{
	margin: 0 0 10px 0;
}

/* Skicup */

div.content p.sponsoren {
	font-size: 11px;
	font-weight: bold;
	color: #575F66;
}


div.content table {
	width: 98%;
	border-top: 1px solid white;
	background: none;
	margin: 0 0 10px 0;
}

div.content table tr td {
	min-width: 200px;
	font-size: 11px;
	vertical-align: top;
	padding: 0 4px 0 4px;
	border-bottom: 1px solid white;
}

div.content tr td p {
	margin: 3px 0 3px 0;
}

/* Inhalt: Formulare */

div.content form p
{
	float: left;
	display: inline;
	clear: left;
	margin: 0;
}

div.content form p.small
{
	margin-left: 119px;
}

div.content form input.text
{
	display: block;
	border: 1px solid #A72C31;
	width: 250px;
	margin: 0 0 12px 119px;
}

div.content form input.submit
{
	display: inline;
	border: 1px solid #A72C31;
	margin: 4px 0 0 0;
	color: white;
	background: #A72C31;
	cursor: hand;
	cursor: pointer;
}


div.content form select
{
	display: block;
	border: 1px solid #A72C31;
	width: 253px;
	margin: 0 0 12px 119px;
}

div.content form textarea
{
	display: block;
	border: 1px solid #A72C31;
	width: 250px;
	height: 88px;
	margin: 0 0 4px 119px;
}

div.content ul
{
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-image: url(styles_skicup_FILES/contentBullet.gif);
}

div.content ul li
{
	margin-bottom: 6px;
	margin-left: -24px;
}
