html {
	/* This sets the font styles for the entire html file.*/
	font-family:	Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
	width:750px; /* this sets the overall page width to a fixed 770px */
	text-align:left;
	background:#454545; /* the sets the background color */
	background-image:url(http://www.2-alpha.de/assets/images/bg_sm.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	color: #000000; /* this sets the type color for this div and it's children */
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
}

#height {
	height:101%;
	position:absolute;
	top:0px;
	left:0px;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#e34824;
	text-decoration:underline;
}

p {
	line-height:18px;
	text-align:justify;
}

ul {
	line-height:14px;
}
li {
	line-height:14px;
}

h1 {
	color:#e34824;
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
}
h2 {
	color:#e34824;
	font-size:12px;
	font-weight:bold;
}
h3 {
	color:#e34824;
	font-size:11px;
	line-height:18px;
}

/* ------------ CONTENT --------------- */

#container {
	width: 770px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(http://www.2-alpha.de/assets/images/container_bg2.png);
	background-repeat:repeat-y;
	text-align:left;
	overflow:visible;
}

* html #container {
	background-image:url(http://www.2-alpha.de/assets/images/container_bg.gif);
}

#header {
	padding-bottom:0px;
	margin-bottom:0px;
	margin-left: auto;
	margin-right: auto;
	height:150px;
	width: 750px;
	border-bottom:2px solid #FFFFFF;
	background-image:url(http://www.2-alpha.de/assets/images/header4.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#contentmain {
/*	background-color:#fe9901;*/
	float:right;
	width:750px;
	height:100%;
}

#left {
 /* background-image:url(http://2-alpha.apperzeption.de/assets/images/logo_side.png);
	background-position:left bottom;
	background-repeat:no-repeat;*/
	float:left;
	border-right:0px solid #ffffff;
	width:200px;
	min-height:550px;
	height:auto !important;  /* für moderne Browser */
	height:550px;  /*für den IE */
}

#right {
	padding-top:25px;
	padding-bottom:25px;
	padding-right:25px;
	padding-left:15px;
	float:left;
	width:500px;
	margin-left:-1px;/* makes border line up with #left border */
	min-height:400px;
	height:auto !important;  /* für moderne Browser */
	height:400px;  /*für den IE */
}

#footer {
	background-image:url(http://www.2-alpha.de/assets/images/footer.png);
	*background-image:url(http://www.2-alpha.de/assets/images/footer.gif);
	background-repeat:no-repeat;
	height:19px;
	width:770px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
}