* {
    padding: 0;
    margin: 0;
}

body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    background-color: #000;
}

hr {
	margin: 0px;
	padding: 0px;
}

img {
	border:0px;
}

#wrapper {
    margin: 0 auto;
    width: 922px;
}

#header {
    width: 900px;
    color: #333;
    padding: 10px;
    height: 100px;
    margin: 10px 0px 0px 0px;
    background: #000;
}

#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
}

#modernbricksmenu ul{
font: bold 11px Arial;
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: black; /*Default menu color*/
}

#modernbricksmenu a:hover{
background-color: gray; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #333; /*Brown color theme*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 1px;
line-height: 1px;
background: #fff; 
}

a, a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p, p a {
	color: #fff;
	font: 12px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}


#content {
    width: 900px;
    color: #fff;
    background: #000;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    height: 350px;
}

#footer {
    width: 900px;
    color: #333;
    background: #000;
    margin: 0px 0px 10px 0px;
    padding: 10px;
    text-align: center;
}

.lalign {
    text-align: left;
}

.calign {
    text-align: center;
}

.ralign {
    text-align: right;
}

input[type=text]{
	width: 276px;
}

textarea {
	height: 180px;
	width: 280px;
}

#cform{
 position:relative;
 left: 500px;
 top: -350px;
 width: 350px;
}

#stext{
 position:relative;
 width: 300px;
 left: 200px;
 top: -370px;
}

#ctext{
 position: relative; 
 left:0px;
 top: -20px;
 width :888px;
 height:350px; 
 overflow:scroll;
}

#dtext{
 position: relative; 
 left:0px;
 top: -20px;
 width :480px;
 height:350px; 
 overflow:scroll;
}

input[type=button]{
}

/* ------- iSFR Replacement style-----------*/

h1, h2, h3, h4, h5 {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  letter-spacing: -.05em;
  margin: 0;
  padding: 0;
  line-height: 1em;
}


h1 {
  text-align: center;
  font-size: 65px;
  padding: 20px 0 20px 0;
  margin: 0 20px 0 20px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 20px;
}

h4 {
  color: #660000;
  font-size: 16px;
  margin: 5px 0 20px 0;
}

h5 {
  font-size: 20px;
}

/*Unter width kannst du die Breite ändern*/
.gallery {

	position:relative;

	top: -20px;

	left:0px;

	max-height:370px;

	height:370px;

	width: 900px;
	
	overflow:scroll;

	white-space:nowrap;
}