html, body {
	background: #788b99;
	width:100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background: url(http://www.studentenwohnheim-stuttgart.de/wohnheim/images/body_bg.jpg) repeat-y !important;
	background: url(http://www.studentenwohnheim-stuttgart.de/wohnheim/images/body_bg.jpg) repeat-y 1px;
}

table {
	border-collapse:collapse; 
	border-spacing:0px; 
	padding:0px;
}
p {
	margin: 0 0 1.4em 0;
	}

/* Rahmen */
.oben { border-top: 1px solid #fff; }
.links { border-left: 1px solid #fff; }
.rechts { border-right: 1px solid #fff; }
.unten { border-bottom: 1px solid #fff; }

#head {
	font-family: "Century Gothic";
	font-size: 12pt;
	font-weight: bold;
	padding-top: 10px;
	color: #fff;
}

ul#navi {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#navi li {
	background: #788b99;
	border-bottom: 1px solid #b7c6cd;
	height: 15px;
}

ul#navi li a {
	display: block;
	width: 199px;
	height: 100%;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	background-color: #788b99;
	background-image: url(http://www.studentenwohnheim-stuttgart.de/wohnheim/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 35px 50%;
}

ul#navi li a:hover {
	color: #788b99;
	height: 14px;
	background-color: #b7c6cd;
	background-image: url(http://www.studentenwohnheim-stuttgart.de/wohnheim/images/bullet_active.gif);
	background-repeat: no-repeat;
	background-position: 35px 50%;
	border-bottom: 1px solid #788b99;
}

span#large, span#small {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

span#large { 
	font-size: 60px;
	margin-left: 15px;
}

span#small { 
	font-size: 10px; 
	font-weight: bold;
}

p.error {
	color: #f00;
	margin-left: 30px;
}

p.success {
	margin-left: 30px;
}

div#line {
	width: 100%;
	height: 16px;
	background-image: url(http://www.studentenwohnheim-stuttgart.de/wohnheim/images/line.gif);
	background-repeat: repeat-x;
}

h1 {
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16pt;
	color: #d2dbe0;
	width: 400px;
	margin: 0px;
	text-align: right;
	padding-top: 5px;
	padding-right: 50px;
}

h2 {
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

.box {
	padding: 20px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}

.box_note {
	padding: 0px 10px 30px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}

.gallerybox {
	position: relative;
	width: 120px;
	padding: 20px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}

img.content_img {
	border: 0px;
	width: 200px;
	height: 138px;
}

#spacer {
	width: 885px !important;
	width: 886px;
	height: 1px;
}

#content a, a.gallery {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #788b99
}

#content a:hover, a.gallery:hover {
	color: #000;
}

#footer {
	font-size: 9px;
	padding-left: 450px;
	color: #fff;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
	margin: 10px;
}

/* Kontaktforumlar */
label.contact { 
	display: block; 
	float: left; 
	width: 100px; 
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}

input.contact, textarea.contact {	
	width: 200px; 
	border: 1px solid #b7c6cd; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

textarea.contact {
	height: 150px;
}

.contact { 
	margin-bottom: 2px; 
}

input.submit {
	width: 100px;
	margin-left: 102px !important;
	margin-left: 104px;
	border: 1px solid #b7c6cd; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}