/* CSS Stylesheet für rubensfashion.de */
/* Ralf Stelter <rstelter@it-sreimers.de>, Januar 2006 */

body {
	color: #000;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background: url(../graphics/background.jpg) no-repeat top right;
	border: 0;
	font-family: Helvetica, Arial, sans-serif;
	}

#head {
	position: absolute;
	top: 0;
	left: 0;
	height: 75px;
	width: 100%;
	text-align: center;
	background: #d95a5a;
	}

#menu {
	position: absolute;
	top: 184px;
	left: 0;
	width: 184px;
	font-size: small;
	padding-top: 0px;
	background: #d95a5a;
	height: 100%;
	}

#content {
	position: absolute;
	top: 101px;
	left: 200px;
	width: 65%;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	/*margin-left: 15px;*/
	margin-right: 15px;
	}

/* HR styles need for IE 6/Win. */
HR.holder { width:600px; visibility: hidden } /* Equal to 'top' */
HR.left, HR.right { width: 120px; visibility: hidden; }
HR.middle { width: 360px; visibility: hidden; }
	
	
#menu ul {
list-style-type: none;
padding-left: 0;
margin-top: 0;
}

#menu hr {
border-left: 2px solid black;
padding: 0;
margin: 0;
}

.zinfo {
text-align: center;
padding: 1em;
color: #000;
text-decoration: none;
}
.info {
text-align: left;
padding: 1em;
color: #000;
text-decoration: none;
}

table.info {
border: 1px solid black;
}

.info tr, td {
vertical-align: top;
border-bottom: 1px solid black;
border-right: 1px solid black;
border-style: collapse;
}
td.right {
text-align: right;
white-space: nowrap;
}

#slideframe {
width: 297px;
height: 400px;
border: 15px double #d2d2d2;
padding: 0;
margin-left: 100px;
margin-top: 5em;

}

/* Kontaktformular */
#kontakt td {
border: none;
}
img {
border: none;
}

#topmenu {
float: right;
}
#topmenu a {
padding-right: 1em;
margin-top: 1em;
text-decoration: none;
font-weight: bold;
color: #000;
}
#topmenu a:hover {
color: yellow;
}
#logo {
position: absolute;
top: 0;
left: 0;
}

#umfrage, #forum, #All-My-Links {
padding: 0;
margin-left: auto;
margin-right: auto;
width: 750px;
top: 0;
left: 0;
border: none;
}

