body {
	font-family:"Verdana";
	font-size:12px;
	color:black;
	background-color:#454545;
}

#global {
	min-height: 100%;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#footer {
	clear: both;
	width: 960px;
	bottom: 0;
	background-color:#18185C;
}

#footer p {
	color:white;
	margin: 2px 0;
	font-size:90%;
}

#pub {
	padding:8px;
	text-align:center;
}


#center {
	padding-bottom: 50px; 
	overflow: auto;
}

#global {
	background-image:url(../media/main/img/html.png);
	background-repeat:repeat-y;
}

#header {
	position: relative;
	background-color:#454545;
	color:white;
	height: 176px;
}

#header #banniere{
	position:absolute;
}

#menu{
	position:absolute;
	text-align: center;
	top:176px;
	left:10px;
	width:700px;
	padding-bottom:1px;
	padding-top:1px;
	border-bottom-color:#18185C;
	border-bottom-width:3px;
	border-bottom-style:solid;
}

#menu .selectedmenu{
	padding-right:20px;
	padding-left:20px;
	background-color:#FFBC00;
}

#menu .noselectedmenu{
	padding-right:20px;
	padding-left:20px;
}

a:active,a:link,a:visited{
	text-decoration: none;
	color:blue;
}

a:hover{
	text-decoration: underline;
	color:blue;
}


#menu .selectedmenu a{
	color:white;
	font-weight:bold;
}

#content {
	float: left;
	margin-top:20px;
	margin-left:10px;
	padding-left:10px;
	width: 680px; 
	text-align:justify;
}

#rightbar{
	float: right;
	width: 220px;
	padding-right:10px;
}

#blocknews li{
	margin-bottom:10px;
}

#portfolio{
	width:680px;
	height:550px;
	overflow:scroll;	
}


#portfolio img {
	border:none;	
}


#portfolio-previous {	
	background:url(../media/articles/img/rotate-left.png);	
	width:40px; height:40px;
	background-position: 0px 0px;
	position:absolute;
	bottom:5px;
	left:280px;	
}


#portfolio-previous:hover {		
	width:40px; height:40px;
	background-position: 0px 40px;
	cursor:auto;
}


#portfolio-next{
	background:url(../media/articles/img/rotate-right.png);	
	width:40px; height:40px;
	background-position: 0px 0px;
	position:absolute;
	bottom:5px;
	left:360px;	
}


#portfolio-next:hover {	
	width:40px; height:40px;
	background-position: 0px 40px;
}


#portfolio-title {
	display:none;	
	color:#FFBC00;
	font-family:Tahoma;
	font-size:20px;
	font-weight:bold;
	margin:20px;
	text-align:center;
	letter-spacing:1px;
	margin-bottom:10px;
}


#portfolio-description{
	display:none;	
	color:#ddd;
	margin:20px;
	margin-top:0px;
	font-size:14px;
	font-weight:bold;
	
}


