body.mainpage {
	background-image:url(/content/pictures/template/mainbg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color:#FFF;
	margin: 0px;
	margin-top:15px;
	padding: 0px;
	padding-bottom:50px;
}

img, div, td.pngtrans, tr.pngtrans {
	behavior: url('/content/js/iepngfix.htc');
}

body, td, div, span, input, textarea {
	font-family: Tahoma, Georgia;
	font-size: 11px;
	line-height:16px;
	color: #444;
}

input, textarea {
	border: 1px dotted green;
}

input.senden {
	background-image:url(/content/pictures/template/greenmenu_bg.gif);
	background-repeat:repeat-x;
	border:0px;
	color:#FFF;
	height:25px;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color:#000;
}

a:hover {
	text-decoration: none;
}

a {
	outline: none;	
}

h1 {
	color: #4b96d9;
	font-size: 18px;
	font-weight: normal;
	padding:0px;
	margin:0px;
	line-height:24px;
}

h2 {
	color:#000;
	font-size: 14px;
	font-weight: normal;
	padding:0px;
	margin:0px;
	line-height:18px;
}

.teste {
	font-size: 14px;
	font-weight: normal;
	padding:0px;
	margin:0px;
	line-height:18px;
}

td.greenmenu {
	color:#FFF;
	padding-right:10px;
}

a.greenmenu {
	color:#FFF;
}

a.greenmenu_active {
	color:#666;
	font-weight:bold;
}


.flashinfo {
	margin: 15px;
	width: 400px;
	border: 1px solid;
	border-color: #6699cc;
	padding: 15px;
	padding-left: 40px;
	background-color: #FFF;
	color: #6699cc;
	background-image: url(/content/pictures/icons/information.png);
	background-position: 15px 15px;
	background-repeat: no-repeat;
	position:absolute;
	top: -100px;
	left: 175px;
}

div.templatenav {
	color:#FFF;
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:30px;
	background-image:url(/content/pictures/template/navbg.png);
	background-position: 0px 0px;
	background-repeat:repeat-x;
}

div.eventpromotion {
	width:335px;
	height:210px;
	background-image:url(/content/pictures/template/item.promotionbg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 90px;
	overflow:hidden;
}

div.eventpromotion_reverse {
	width:335px;
	height:210px;
	background-image:url('/content/pictures/template/item.promotionbg.reverse.jpg');
	background-repeat: no-repeat;
	background-position: 0px 90px;
	overflow:hidden;
}

div.eventpromotion_inner {
	padding:5px;
	background-image:url('/content/pictures/template/shadow_top_down.png');
	background-repeat:repeat-x;
	background-position:top;
}

.versteckt {
	color:#AAA;
}

a.versteckt:link, a.versteckt:active, a.versteckt:visited {
	color:#AAA;
}

#receptbox {
background: #ddd url('/content/pictures/receptbox/ol.gif') no-repeat;
position: relative;
padding: 3px;
padding-left:5px;
margin-right:5px;
min-width: 50px;
height: auto;
color:#000;
}

span.receptbox-top-right, span.receptbox-bottom-left, span.receptbox-bottom-right {
position: absolute;
width: 4px;
height: 4px;
display: block;
}

span.receptbox-top-right {
background: url('/content/pictures/receptbox/or.gif') no-repeat;
top: 0;
right: 0;
}
span.receptbox-bottom-left {
background: url('/content/pictures/receptbox/ul.gif') no-repeat;
bottom: 0;
left: 0;
}
span.receptbox-bottom-right {
background: url('/content/pictures/receptbox/ur.gif') no-repeat;
bottom: 0;
right: 0;
}

td.adminnav_cell {
	color:#000;
	font-weight:bold;
	background-image:url('/content/pictures/template/30_white.png');
}
td.adminnav_cell:hover {
	background-image:url('/content/pictures/template/spacer.gif');
}

td.adminnav_title {
	color:#FFF;
	font-weight: bold;
	font-size:14px;
}


div.shoutbox_row {
	margin-bottom:5px;
	font-size:11px;
}


.chatbox {
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 0px 15px #666;

	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 15px #666;

	border-radius: 5px;
	box-shadow: 0px 0px 15px #666;
	
	position: absolute;
	bottom:0px; 
	background-color:#FFF;
	
	padding:5px;
}

.chatinfo {
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 0px 15px #666;

	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 15px #666;

	border-radius: 5px;
	box-shadow: 0px 0px 15px #666;
	
	background-color:#FFF;
	
	padding:5px;
}
