/* Allgemeines */

body,b,a,u,i,td,th,input,h1,h2,h3,h4,h5,h6
{
	font-family:Arial, Helvetica, sans-serif;
}

body
{
	margin: 0;
	padding: 0;
	background-image:url(../img/snowpark_bg.jpg);
	background-repeat:repeat-x;
}

/* Seitenbereiche */
#layout_aussen
{
	width: 800px;
	margin: auto;
	margin-top: 5px;
}

#layout_oben
{
	text-align: right;
	font-size:11px;
	color: #2f87ad;
	width: 800px; 
	height: 160px;
	background-repeat:no-repeat;
	background-image: url(../img/top.png);
}


#layout_menue
{
	width: 600px;
	height: 42px;
	background-image: url(../img/menue_bg.png);
	padding-left:200px;
	padding-top: 0px;
}



.layout_mitte
{
	width: 800px;
	float: left;
	font-size: 12px;
	background-image:url(../img/middle_bg.png);
	background-repeat:repeat-y;
}

.layout_unten
{
	width: 800px;
	height: 50px;
	background-image: url(../img/snowpark_bottom.jpg);
	background-repeat:no-repeat;
	float: left;
	padding-top: 10px;
}

#button_unten_links
{
	width: auto;
	height: 10px;
	text-align: left;
	float: left;
	color: #FFFFFF;
	padding-left: 145px;
	text-decoration: none;
}

#button_unten_rechts
{
	width: auto;
	height: 15px;
	text-align: right;
	float: right;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 60px;
}

.box
{
	width:560px;
	height:210px;
	padding:20px;
	padding-right:70px;
	background-image:url(../img/box_bg2.png);
	background-repeat:no-repeat;
	margin-left: 99px;
	padding-top: 10px;
}

.box2
{
	width:560px;
	height:360px;
	padding:20px;
	padding-right:70px;
	background-image:url(../img/box_post.png);
	background-repeat:no-repeat;
	margin-left: 100px;
	padding-top: 10px;
	
}


.title_top {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 24px;
	margin-left:30px;
}

.title {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Buttons */

.menue_button
{
	font-family: Arial;
	font-size: 12px;
	width: 90px;
	height: 37px;
	background-image: url(../img/menue_button1.gif);
	background-repeat:no-repeat;
	font-weight: bold;
	color:#379dc8;
	float: left;
	text-align: center;
	padding-top: 3px;
	text-decoration:none;
}

.menue_button:hover
{
	background-image: url(../img/menue_button2.gif);
	background-repeat:no-repeat;
	font-weight: bold;
	color:#FFFFFF;
}

.button_unten
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}

.button_impressum
{
	color:#FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

.ubers
{
	background-image:url(img/ueberschrift_farbverlauf.jpg);
	background-repeat:repeat-y;
}

.links
{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

.button_senden
{

  	width: 70px;
  	height: 23px;
  	background-image: url(../img/button_senden.jpg);
  	border: 0px;
}

.button_senden:hover
{
  	background-image: url(../img/button_senden2.jpg);
}

.button_zurueck
{
	width: 70px;
  	height: 23px;
  	background-image: url(../img/button_back.jpg);
  	border: 0px;
}

.button_zurueck:hover
{
  	background-image: url(../img/button_back2.jpg);
}

