/* Copyright © 2006 C2W .:. www.c2w.de */

html {
	height: 100%;
}
body {
	/* height: 100%; */
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCFFFF;
	background: #003333;
}


img {
	border: 0px none;
}
ul, li {
	padding: 0px;
	margin: 0px;
	list-style: outside;
	list-style-type:square;
}


a {
	color: #76ACAC;
	text-decoration: none;
}
a:hover {
	color: #CCFFFF;
	text-decoration: none;
	background-color: #669999;
}

a.footer {
	font-size: 10px;
}
a.footer:hover {
	text-decoration: underline;
}

a.nav {
	font-size: 10px;
	font-weight: bold;
	color: #76ACAC;
	text-decoration: none;
}
a.nav:hover {
	color: #CCFFFF;
	text-decoration: none;
	background-color: transparent;
}

a.tx, a.tx2 {
	font-weight: bold;
	color: #CCFFFF;
	text-decoration: none;
	background-color: transparent;
}
a.tx:hover {
	color: #33CCCC;
	text-decoration: none;
	background-color: transparent;
}
a.tx2:hover {
	color: GOLD;
	text-decoration: none;
	background-color: transparent;
}

a.pic img {
	-moz-opacity: 0.70;
	filter: alpha(opacity=70);
}
a.pic:hover img {
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	/* filter: Gray(); */
}


.dot {
	font-weight: bold;
	color: ORANGE;
	background-color: transparent;
}


.main_out {
	border: 1px solid #336666;
	background-color: #004344;
	background-image: url(pics/bg_main.gif);
	background-repeat: no-repeat;
	background-position: 280px 115px;
}
.main_inn {
	background-image: url(pics/bg_girlie.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.content {
	text-align: left;
}
.content_inn {
	padding-left: 40px;
	padding-right: 20px;
}
.txt {
	line-height: 1.3;
}
.caption {
	color: #33CCCC;
	font-weight: bold;
	margin-bottom: 8px;
}


.imprint {
	font-size: 10px;
	color: #669999;
	line-height: 18px;
}


.big { font-size: 15px; font-weight: bold; }
.bigm { font-size: 13px; font-weight: bold; }
.bigs { font-size: 13px; font-weight: normal; }
.mid { font-size : 11px; }
.small { font-size : 10px; }


.footer {
	text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #427575;
	font-weight: bold;
}


form {
	display: inline;
	margin: 0px;
}
textarea {
	white-space: pre;
}
.textline {
	border: 1px solid #669999;
	background-color: #CCFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black; 
}
.textbox {
	border: 1px solid #669999;
	background-color: #CCFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black; 
}
.button {
	border: 1px outset #669999;
	background-color: #003333;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #CCFFFF;
}


	/* scrollbar-face-color: #003333;
	scrollbar-shadow-color: #6699CC;
	scrollbar-highlight-color: #CCFFFF;
	scrollbar-3dlight-color: #669999;
	scrollbar-darkshadow-color: #003333;
	scrollbar-track-color: #003333;
	scrollbar-arrow-color: #CCFFFF; */
