/* Start of CMSMS style sheet 'alpenstarkstrom_basic' */
/*Alles zurücksetzen*/
* {
	margin:0;
	padding:0;
}

/*Hauptelemente*/

body{
	background-repeat: repeat-x;
	background-color:#424242;
	font-size: medium;
	font-family:arial, verdana, sans-serif;
}

#maincontainer{

	width: 1020px; /*Center container on page*/
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
}

#rand-oben{
	height: 17px; /*Height of top section*/
	background-color: #424242;
	background-image: url(uploads/images/css/rand/rand_oben_grau.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}


#leftcolumn{
	float: left;
	width: 100%;
	background-image: url(uploads/images/css/rand/rand_links.gif);
	background-repeat: repeat-y;
	height: 470px;
}

#logo {
	position:relative;
	height: 157px;
	width: 100%;
	overflow: hidden;
}

#navigation {
	position:relative;
	height: 36px;
	width: 100%;
	overflow: hidden;
}

#textteil{
	position:relative;
	margin-right: 460px;
	overflow: auto;
	height: 274px;
	background-color: #000000;
	scrollbar-face-color: #000;
	scrollbar-highlight-color: #999999;
	scrollbar-3dlight-color: #424242;
	scrollbar-darkshadow-color: #333333;
	scrollbar-shadow-color:#666666;
	scrollbar-arrow-color: #424242;
	scrollbar-track-color: #424242;
}

#textteil_gb{
	position:relative;
	margin-right: 460px;
	overflow: auto;
	height: 274px;
	background-color: #000000;
	scrollbar-face-color: #000;
	scrollbar-highlight-color: #999999;
	scrollbar-3dlight-color: #424242;
	scrollbar-darkshadow-color: #333333;
	scrollbar-shadow-color:#666666;
	scrollbar-arrow-color: #424242;
	scrollbar-track-color: #424242;
}

#rightcolumn{
	float: left;
	width: 460px; /*Width of right column*/
	margin-left: -460px;
	background-image: url(uploads/images/css/rand/rand_rechts.gif);
	background-repeat: repeat-y;
	background-position: right;
	height: 470px;
}

#bild_rechts {
	position:relative;
	height: 470px;
	width: 436px;
	overflow: hidden;
}

#rand-unten{
	position:relative;
	clear: left;
	width: 100%;
	height: 17px;
	background-image: url(uploads/images/css/rand/rand_unten.gif);
	background-repeat: no-repeat;
	background-color: #424242;
}

#footer-text{
	position:relative;
	clear: left;
	width: 100%;
	background-color: #424242;
}

#footer-navigation{
	position:relative;
	width: 100%;
	background-color: #424242;
}

.abstand_rechts{
	margin-right: 17px;
	margin-left: 7px;	
	
}

.abstand_links{
	margin-right: 0px;
	margin-left: 17px;	
}

/*Formate für Inhalte*/

#textteil h1 {
	line-height: 1.5em;
	color: #FF0000;
	font-size: 0.9em;
	text-transform: uppercase;
	padding-top: 10px;
}

#textteil h3 {
	line-height: 1.5em;
	color: #CCCCCC;
	font-size: 0.9em;
	background-image: url(uploads/images/css/pfeil.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 4px;
	font-weight: bold;
}

#textteil p {
	line-height: 1.5em;
	color: #CCCCCC;
	font-size: 0.9em;
	padding-bottom: 5px;
}

#footer-text h2 {
	text-align:center;
	color: #CCCCCC;
	font-size:0.7em;
	padding-top: 2px;
	padding-bottom: 2px;}
a {
	color: #CCCCCC;
	text-decoration: underline;
}

#textteil span p {
	
	color: #FF0000;
	font-size: 0.7em;
	padding-top: 10px;
}

#textteil span a {
	
	color: #FF0000;
}

.hide {
             display: none;
}
/* End of 'alpenstarkstrom_basic' */

