@-ms-viewport
{ width: device-width; }
@-o-viewport
{ width: device-width; }
@viewport { width: device-width; }

body
{
	font-size:12px;
	font-family:arial, helvetica, sans-serif;
	color:#333333;
	margin:0;
	padding:0;
}

input, textarea
{
	background-image:url(images/inputback.png);
	background-repeat:repeat-x;
	width:90%;
	border:0;
}

p
{
	padding-right:25px;
}

ul
{
	margin-right:20px;
}

h2
{
	font-weight:500;
	font-size:20px;
	color:#000000;
}

a
{
	color:#7777ff;
}

.mcont
{
	width:100%;
	max-width:990px;
	margin:0px auto;
}

#hauptmenu a
{
	display:block;
	float:left;
	padding:0 18px 0 18px;
	border-left:1px solid #000000;
	margin-top:24px;
	color:#000000;
	text-decoration:none;
	font-size:12px;
}

#hauptmenu a:hover
{
	color:#000000;
	text-decoration:underline;
	font-size:12px;
}

.gelberkasten
{
	background-color:#fffdda;
	border:1px solid #EFEFEF;
	color:#fff;
	text-align:justify;
}

.gelberkasten a
{
	color:#FFFFFF;
	text-decoration:none;
}

.bilderkastenoben
{
	margin:40px 0 40px 0;
}

.bilderkastenoben img
{
	float:right;
	border:0px;
	margin-left:80px;
}

.roterbutton
{
	width:144px;
	height:81px;
	background-image:url(images/h1button.png);
	padding:60px 0 0 0;
	color:#FFFFFF;
	text-align:center;
	font-family:cursive;
	font-size:12px;
	font-weight:900;
}

.blauerbutton
{
	float:left;
	width:144px;
	height:81px;
	background-image:url(images/blauerbutton.png);
	padding:60px 0 0 0;
	color:#FFFFFF;
	text-align:center;
	font-family:cursive;
	font-size:12px;
	font-weight:900;
}

.textcontainer
{
	float:left;
	width:72%;
}

.textcontainer a
{
	color:#7777ff;
}

.rechtesbild
{
	float:right;
	width:27%;
	text-align:center;
	padding:50px 0;
}

.footerbox
{
	background-color:#f5ede0;
	height:90px;
	border:1px solid #EFEFEF;
}

#copyright
{
	float:left;
	width:50%;
	min-width:300px;
	color:#000000;
	padding-top:20px;
}

#copyright a
{
	color:#000000;
	text-decoration:none;
}

#footerboxrechts
{
	float:right;
	width:50%;
	min-width:300px;
	color:#000000;
}