* {
	border:0px;
	margin:0px;
	padding:0px;
	text-decoration:none;
	outline-style:none; 
}

html, body {
	background-color:#F2F2F0; /*~~~~ Chrome braucht das ~~~~~*/
}

body {
	color:#767373;
	text-align:center;
	font-family:verdana, sans-serif;
	font-size:11px;
	text-align:center;
	overflow-y: scroll; /*~~~ damit das Layout nicht immer hinundher wackelt, wenn der Scrollbalken da ist oder nicht ~~~*/
}

/*~~~table~~~*/

table {
	width:100%;
	border-collapse:collapse;
}

table tr td {
	padding:3px;
}

table thead tr td {
	font-weight:bold;
}

/*~~~headers~~~*/

h1 {
	font-size:30px;
	margin-bottom:20px;
}

h2 {
	font-size:17px;
	margin-bottom:15px;
}

h3 {
	font-size:15px;
	margin-bottom:10px;
}

/*~~~input / select / textarea~~~*/

input, select, textarea {
	border:1px solid #999;
	padding:1px;
}

.txtInput, pwInput {
	width:150px;
}

input:focus, select:focus, textarea:focus {
	background-color:#F5F5DC;
	border-color:#99776F;
}

.subInput {
	background:url(../images/normal/button.jpg);
	width:120px !important;
	height:36px !important;
	padding:0px !important;
	border:0px !important;
	cursor:pointer;
	color:#767373;
	margin-left:0px !important;
	font-weight:bold;
}

.subInput:hover {
	background:url(../images/normal/button-hover.jpg);
}

/*~~~clears~~~*/
.clearLeft 	{clear:left;}
.clearRight {clear:right;}
.clearBoth 	{clear:both;}

/*~~~fonts~~~*/

.errorTxt {color:red;}
.infoTxt 	{color:blue;}

/*~~~sonstiges~~~*/

hr {
	display:block;
	border-bottom:1px solid #aaa;
	margin:15px 0;
}

.clearBoth {clear:both;}

/*~~~wrapper~~~*/

.mainWrapper {
	background:url(../images/normal/topRepeat.jpg) repeat-x top left;
}

.innerWrapper {
	width:917px;
	margin:auto;
	position:relative;
	text-align:left;
}

.btmWrapper {
	text-align:center;
	background:url(../images/normal/bottomRepeat.jpg) repeat-x left top;
	height:83px;
	padding-top:170px;
	margin-top:-100px;
}

/*~~~header~~~*/

.header {
	height:116px;
	position:relative;
}

.header .logo {
	position:absolute;
	left:-14px;
	top:3px;
}

.header .menu {
	position:absolute;
	right:0px;
	bottom:0px;
	
}

.header .menu a {
	display:block;
	width:92px;
	padding:5px 2px 3px;
	background:url(../images/sprites/menuBtns.jpg) no-repeat left top;
	float:left;
	font-size:11px;
	text-align:center;
	color:#767373;
}

.header .menu a:hover {
	background:url(../images/sprites/menuBtns.jpg) no-repeat left -21px;
}

.header .menu a.selected {
	background:url(../images/sprites/menuBtns.jpg) no-repeat left -42px;
}

/*~~~footer~~~*/

.footer {
	width:917px;
	margin:auto;
	z-index:1;
	position:relative;
}

/*~~~a~~~*/

.footer a {
	color:#767373;
}

.footer a:hover {
	color:#555;
}

/*~~~main~~~*/

.main {
	padding:40px 0 20px;
	min-height:300px;
}

/*~~~a~~~*/

.main a {
	color:#0A0;
}

.main a:hover {
	color:#11DD11;
}

.main ul {
	margin-bottom:20px;
}

.main ul li {
	list-style-type:none;
}

.main ul li.caption {
	font-size:15px;
}

.main ul li.category {
	font-size:13px;
}

.main ul li.caption, .main ul li.category {
	margin-bottom:7px;
	font-weight:bold;
}

.main ul li.text, .main ul li.link {
	margin-bottom:7px;
	margin-left:17px;
}

.main ul li.text {list-style-type:circle;}
.main ul li.link {list-style-type:none;}

.main ul li.spacer {
	height:5px;
}

/*~~~sidebar~~~*/

.main .sidebar {
	width:140px;
	float:right;
}

.main .sidebar ul {
	background:url(../images/normal/line.png) no-repeat left bottom;
	padding-bottom:5px;
}

.main .sidebar ul li.caption {
	color:#567899;
	background:url(../images/normal/line.png) no-repeat left bottom;
	padding-bottom:10px;
}

.main .sidebar ul li.line {
	width:100%;
	height:3px;
	background:url(../images/normal/line.png) repeat-y;
	margin-bottom:7px;
}

/*navi*/

.main .sidebar ul.navi li a.selected {
	color:#11DD11;
}

/*~~~content~~~*/

.main .content {
	width:650px;
	float:left;
	font-size:13px;
}

.main .content .mainText {
	margin-bottom:30px;
}

.main .content .mainText p {
	margin:10px 0px;
	line-height:17px;
}

/*stForm*/

.main .content .stForm label {
	font-weight:bold;
	/*da die width von Form zu Form der Text unteschiedlich lang ist wird das immer spezifisch für jede Form einzeln angegen*/
}

.main .content .stForm label,
.main .content .stForm input,
.main .content .stForm .errorTxt,
.main .content .stForm textarea,
.main .content .stForm select {
	float:left;
	margin:5px;
}

.main .content .stForm input, .main .content .stForm textarea {
	width:300px;
	padding:3px;
}

.main .content .stForm textarea {
	height:200px;
}

.main .content .stForm select {
	width:308px;
	padding:3px;
}

.main .content .stForm .subInput {
	width:150px;
}

/*stTable*/

.main .content .stTable tbody tr td {
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}

.main .content .stTable tbody tr.odd td {
	background-color:#ece9d8;/*Window/threedlightshadow/InfoBackground*/
}

/*~index~*/

/*~teaser~*/

.main .content .bggreen .teaser {
	margin:0px -50px -50px;
}

/*~pic~*/

.main .content .index .troll {
	position:absolute;
	right:140px;
	bottom:-100px;
}

/*~text~*/

.main .content .bggreen .text {
	padding:5px 50px;
	width:500px;
}

.main .content .bggreen .text h2 {
	margin-bottom:20px;
	font-size:18px;
}

.main .content .index .mainText {
	padding-right:90px;
}

/*~contact~*/

.main .content .contact .stForm label {
	width:135px;
}

/*~media~*/

.main .content .media .stForm label {
	width:120px;
}

.main .content .media .mainText .mediaText p {
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #aaa;
}

.main .content .media .mainText .mediaText p a {
	display:block;
	margin-top:10px;
}

.main .content .media .mainText a.zip {
	color:black;
	font-weight:bold;
	display:block;
	height:40px;
	padding:25px 15px 35px 65px;
	width:110px;
	margin-top:15px;
}

.main .content .media .mainText a.trollgames {background:transparent url(../images/sprites/press/zip_btns.png) repeat scroll -212px -4px;}
.main .content .media .mainText a.trollgames:hover {background:transparent url(../images/sprites/press/zip_btns.png) repeat scroll -212px -109px;}

.main .content .media .mainText a.xhodon {background:transparent url(../images/sprites/press/zip_btns.png) repeat scroll -4px -4px;}
.main .content .media .mainText a.xhodon:hover {background:transparent url(../images/sprites/press/zip_btns.png) repeat scroll -4px -109px;}

/*~admin~*/

.main .content .admin .stForm * {
	float:none;
	display:block;
}

.main .content .admin .stForm .txtInput, .main .content .admin .stForm textarea {
	width:97%;	
}

.main .content .admin .stForm label {float:left;}
.main .content .admin .stForm .errorTxt {float:right;}

.main .content .admin .stForm textarea.teaser {height:150px;}
.main .content .admin .stForm textarea.msg {height:300px;}

/*~products~*/

.main .content .partners .affiliates hr {
	clear:both;
}

.main .content .partners .affiliates strong {
	display:block;
	width:200px;
	float:left;
}

.main .content .partners .affiliates a {
	float:left;
	margin-bottom:15px;
}

.main .content .partners .affiliates a img {
	border:1px outset black;
	width:170px;
	height:65px;
	padding:2px;
}






