﻿@charset "utf-8";
/* CSS Document */

/* Allgemeines Layout */
body{
	background: #cecece;
	font-family:Arial, Helvetica, sans-serif;
	margin: 10px 0px auto;
	padding:0;
	width:100%;
	}	

/* DIV für Ausrichtung */
.content{
	overflow: hidden;
	text-align: center;
	background: #4784d4;
	font-family: Arial;
	margin: 0px auto; 
	width: 1054px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-border-radius:8px;
	-moz-box-shadow: 0px 0px 50px #4784d4;
	-webkit-box-shadow: 0px 0px 50px #4784d4;
	box-shadow: 0px 0px 50px #4784d4;
	overflow:hidden;
}

/* Navigationsmenue */
#menu{
	margin: 0px auto;
	background-image: url("menu.jpg");
	background-repeat: repeat-y;
	text-align: center;
	float: left;
	font-family: Arial;
	width: 283px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-border-radius:8px;
	-moz-box-shadow: 0px 0px 0px red;
	-webkit-box-shadow: 0px 10px 0x red;
	box-shadow: 0px 0px 0px red;
	overflow:hidden;
}

#button{
	margin: 10px 0px;
}
#button a{
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	cursor: pointer;
	padding: 5px 40px;
	color: #212121;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	border: 2px solid rgb(187,63,63);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-border-radius:4px;
	-moz-box-shadow: 0px 0px 10px rgb(187,63,63);
	-webkit-box-shadow: 0px 0px 10px rgb(187,63,63);
	box-shadow: 0px 0px 10px rgb(187,63,63);	
	background: rgb(224,224,224);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.49, rgb(187,63,63)),
		color-stop(0.5, rgb(193,65,65)),
		);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(187,63,63) 49%,
		rgb(193,65,65) 50%
	
	);
	
}
#button a:hover{
	background: #e56d6d;
	color:white;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	}

#iframebutton{
	margin: 0px 0px;
}
#iframebutton a{
	float: center;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	cursor: pointer;
	padding: 5px 40px;
	color: #212121;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	border: 2px solid rgb(187,63,63);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-border-radius:4px;
	-moz-box-shadow: 0px 0px 10px rgb(187,63,63);
	-webkit-box-shadow: 0px 0px 10px rgb(187,63,63);
	box-shadow: 0px 0px 10px rgb(187,63,63);	
	background: rgb(224,224,224);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.49, rgb(187,63,63)),
		color-stop(0.5, rgb(193,65,65)),
		);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(187,63,63) 49%,
		rgb(193,65,65) 50%
	
	);
	
}
#iframebutton a:hover{
	background: #e56d6d;
	color:white;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	}


/* Clear */
.clear{
	clear:both;
	}
/* IFrame */
iframe{
	overflow-y: auto;
	overflow-x: auto;
	}