* {
	padding:0;
	margin:0;
}

html , 
body {
	background:#ffffff;
	font-size:95%;
	font-family:Helvetica, Arial, sans-serif;
}

#wrap {
	width:908px;
	margin:50px auto;
}

#social {
	width:600px;
	height:41px;
	position:absolute;
	right:15px;
	top:0px;
}

#social a {
	float:left;
	margin-right:5px;
}

.blog,
.facebook,
.studivz,
.twitter,
.xing {
	width:110px;
	height:41px;
	display:block;
	background-repeat:no-repeat;
}

.blog {
	background-image:url(images/blog.png);
}

.facebook {
	background-image:url(images/facebook.png);
}

.studivz {
	background-image:url(images/studivz.png);
}

.twitter {
	background-image:url(images/twitter.png);
}

.xing {
	background-image:url(images/xing.png);
}

.blog:hover,
.facebook:hover,
.studivz:hover,
.twitter:hover,
.xing:hover {
	background-position:0 -3px;
}

#top {
	width:100%;
	height:52px;
	float:left;
}

#logo {
	width:491px;
	height:52px;
	float:left;
	background:url(images/logo.png) top left no-repeat;
}

#menu {
	width:417px;
	height:52px;
	float:left;
}

#main {
	width:100%;
	height:305px;
	float:left;
	background:url(images/main.png) top left no-repeat;
}

#left {
	width:349px;
	height:250px;
	float:left;
	padding:25px 80px 25px 25px;
}

#right {
	width:404px;
	height:250px;
	float:left;
	padding:25px;
	text-align:justify;
}

#white {
	padding:10px;
	background:url(images/white_bg.png);
}

#fill {
	width:100%;
	height:57px;
	float:left;
	margin:10px 0;
}

#fill a {
	display:block;
	height:57px;
	width:100%;
	background:url(images/anfragen.png) top left no-repeat;
	outline:none;
}

#fill a:hover {
	background:url(images/anfragen_hover.png) top left no-repeat;
	outline:none;
}

#content {
	width:908px;
	height:267px;
	float:left;
	background:url(images/content.png) top left no-repeat;
}

#footer {
	width:898px;
	height:30px;
	float:left;
	text-align:right;
	padding-right:10px;
}

/*--------------- LINKS -------------*/
#menu ul {
	position:relative;
	top:23px;
	left:50px;
}

#menu li,
#footer li {
	display:inline;
	margin:0 5px;
}

#menu a:link,
#menu a:visited {
	color:#5f9228;
	font-size:1.4em;
	font-weight:bold;
	outline:none;
}

#menu a:active,
#menu a:hover,
#menu a:focus {
	color:#876b53;
	outline:none;
}

#footer a:link,
#footer a:visited {
	color:#876b53;
	font-size:0.9em;
	outline:none;
}

#footer a:active,
#footer a:hover,
#footer a:focus {
	color:#b6a294;
	outline:none;
}

a , 
a:visited {
	text-decoration:none;
	color:#ffffff;
	outline:none;
}

a:active , 
a:hover , 
a:focus {
	text-decoration:none;
	color:#000000;
	outline:none;
}

#left a , 
#left a:visited {
	text-decoration:underline;
	color:#000000;
	outline:none;
}

#left a:active , 
#left a:hover , 
#left a:focus {
	text-decoration:underline;
	color:#666666;
	outline:none;
}

/* -----------Sonstige----------------*/

#right li {
	font-size:0.9em;
	margin:2px 0 2px 20px;
	font-style:italic;
}

h1 {
	color:#ffffff;
	font-size:1.4em;
}

h2 {
	color:#987b53;
	font-size:1.2em;
}

p,
#kontakt_form {
	margin:10px 0;
	line-height:1.4em;
	font-size:0.9em;
}

.form_input,
#kontakt_form select {
	width:190px;
	height:22px;
	padding-left:10px;
	background:url(images/input_bg.png) 0 -2px no-repeat;
	border:0;
}

#kontakt_form textarea {
	width:250px;
	height:80px;
	padding:10px;
	background:url(images/area_bg.png) 0 -2px no-repeat;
	border:0;
}

.form_submit {
	background:url(images/anfrage-absenden_bg.png) -150px 2px no-repeat;
	width:150px;
	height:22px;
	color:#000000;
	border:0;

}

.form_submit:hover {
	background:url(images/anfrage-absenden_bg.png) 0 2px no-repeat;
	width:150px;
	height:22px;
	border:0;
	color:#ffffff;
	cursor:pointer;
}

#flashcontent table {
	float:left;
	margin-left:20px;
}
