/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image: url("images/bg.jpg");
	background-repeat: repeat-x;
	background-color: #EDEDED;
}
#kontakt {
	width:124px;
	height:24px;
	clear: both;
	bottom: 0px;
	position: static;
}
/* Formating */
h2 {
	font-size:14px;
	color:#666666;
}
.mytable {
	background-color:#F9F9F9;
	border: 1px solid #C3C3C3;
}

.textfield {
	padding: 25px;	
	
}
.adress {
	padding:10px;
	text-align:center;
	font-size:13px;
}
.menutext {
	text-align: center;
	color:#333333;
}
.menutext a{
	text-align: center;
	color:#333333;
	text-decoration:none;
}
.menutext a:visited{
	text-align: center;
	color:#333333;
	text-decoration:none;
}
.menutext a:hover{
	text-align: center;
	color:#606060;
	text-decoration:none;
}
a {
	color:#FF6600;
}
a:visited{
	color:#FF6600;
}