/* Basic settings */
body { margin:0; padding:0; font-size:100.01%; text-align:left; position:relative; }
select, input, textarea { font-size:99%; }
form  { margin:0; padding:0; }
img { border:0; }

/* Layout sections */
#left { float:left; }
#right { float:right; }
#main { width:auto; position:relative; }
.inside { position:relative; text-align:left; }

/* Clearing and invisible elements */
.block { overflow:hidden; }
#clear { height:0.1px; font-size:0.1px; line-height:0.1px; clear:both; }
.invisible { width:0px; height:0px; left:-1000px; top:-1000px; position:absolute; overflow:hidden; display:inline; }

/* Clear after custom sections */
.custom { display:block; text-align:left; }
.custom:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }

#wrapper {
	background: url(bg_gabel.jpg) repeat-y center top;
}

#header {
	height: 174px;
	background: url(header_gabel.jpg) no-repeat center top;
	width: 850px;
	margin: auto;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid red;
}

#container {
	width: 850px;
	margin: 0 auto;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	background-color: white;
}

#footer {
	width: 850px;
	margin: 0 auto;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	background-color: #999999;
	color: #ffffff;
	height: auto;
	min-height: 50px;
}


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

/* @override http://scivias-web.de/sc_basic.css */

/**
 * Style sheet sc_basic
 */

/**
 * Style sheet sc_basic
 */
a,
body,
div,
label,
li,
ol,
p,
td,
th,
u,
ul
{
	font-family:"Trebuchet MS",Verdana, san-serif;
	font-size:13px;
	color:#666666;
}

input,
select,
textarea
{
	font-family:"Trebuchet MS", Arial, san-serif;
	font-size:11px;
	color:#666666;
}

img
{
	margin:0px;
	border:0px;
}

p,
pre,
form
{
	margin:0px;
	padding:0px;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

html
{
	overflow-y: scroll;
}
