@charset "UTF-8";
/* 

----------------------------------------------------------------------
IG Club-Trophy
Start: 21.04.2007
Letzte Aenderung: 04.01.2008
Autor: rené steiger
CSS: Screen

----------------------------------------------------------------------
*/

/* Allgemeine Einstellungen */

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #CCCCCC;
}
.titel {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 150%;
}
.utitel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
}
.text_normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.text_normal_fett {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
.txt_norm_fett_uline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
}



.headtitel {
	color: #0066FF;
	font-weight: bold;
	font-size: 24pt;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a {
	color: #c00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* Stylesheet Ende */

.schwarz {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
}
/* Layout- und Typo-	Einstellungen */

#container {
	width: 1100px;
	border: 1px solid #666;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/pin_down_lt_sw.jpg);
}
#p-container   {
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
    }
#p-mainContent   {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	list-style-position: inside;
	height: 100%;
    }




#header {
	height: 170px;
	background: #fff;
	background-repeat: repeat-x;
	background-position: center;
	width: 1100px;
	background-image: url(../images/logos/trophyheadfin2.jpg);
}
#I1    {
	height: 800px;
	width: 890px;
}

#navigation {
	height: 21px;
	background-color: #c00;
	background-image: url(../images/symbole/navigation.gif);
	background-position: 0 -21px;
	background-repeat: repeat-x;
	width: 1100px;
	padding: 0 0;
}
#sprache {
	width: 115px;
	background-color: #FFFF00;
	height: 16px;
	text-align: center;
	padding-top: 1px;
	font-weight: bold;
	border: 9px solid #FF0033;
	margin-left: 5px;
	font-size: 9pt;
}
#sprache a {
	color: #000000;
}

#sprache2 {
	width: 115px;
	background-color: #FF0033;
	height: 16px;
	text-align: center;
	padding-top: 1px;
	font-weight: bold;
	border: 9px solid #0000CC;
	margin-left: 5px;
	font-size: 9pt;
}

#sprache2 a {
	color: #FFFFFF;
}


#navigation ul {
	list-style-type: none;
}
#navigation li {
	font-size: 12px;
	display: inline;
	line-height: 21px;
}
#navigation a {
	color: #FFFFFF;
	float: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
}
#navigation a:hover {
	text-decoration: none;
	background-image: url(../images/symbole/navigation.gif);
	background-position: 0px 0px;
}
#navigationsidebar {
	height: 189px;
	background-position: 0 -21px;
	background-repeat: repeat-y;
	width: 130px;
	padding: 0 0;
	background-color: #0033CC;
	background-image: url(../images/symbole/navigation.gif);
}
#navigationssidebar ul {
	list-style-type: none;
}
#navigationsidebar  dt {
	font-size: 12px;
	display: inline;
	line-height: 21px;
}

#navigationsidebar a {
	color: #FFFFFF;
	line-height: 21px;
	letter-spacing: 1px;
	overflow: hidden;
}
#navigationsidebar a:hover {
	text-decoration: inherit;
	background-image: url(../images/symbole/navigation.gif);
	background-position: 0px 21px;
}
#kopfmitte {
	height: 45px;
	text-align: center;
	padding-top: 45px;
}
#kopfobmit {
	height: 60px;
	width: 1100px;
	padding-top: 20px;
}
#kopfobli {
	float: left;
	width: 330px;
	height: 50px;
	text-align: center;
}
#kopfobre {
	float: right;
	width: 330px;
	height: 50px;
	text-align: center;
}
#sidebar {
	float: left;
	width: 160px;
	padding: 10px 10px 10px 10px;
	height: auto;
}
#sidebar h3 {
	margin: 10px 0 10px 0;
	padding-bottom: 4px;
	font-size: 110%;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#sidebar p {
	margin-bottom: 20px;
	line-height: 120%;
	font-size: 90%;
}
#mainContent {
	margin: 0 0 0 180px;
	padding: 0 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	background-color: #FEFAED;
}
#mainContent h1 {
	margin: 20px 0 10px 0;
	border-bottom: 1px solid #666;
	font-size: 170%;
}
#mainContent p {
	margin-bottom: 10px;
	line-height: 140%;
}
#footer {
	padding: 0 10px 0 20px;
}
#footer p {
	padding: 10px 0;
	font-size: 11px;
}
#footer a {
	color: #333;
}
