/* ----------------------------------------------------------------
	www.guycolle.com Standard CSS
	Autor: guycolle // Guy-Maurice Collé
	Version: 24.04.2008
	Allg. Formatierungen, Layout,...
---------------------------------------------------------------- */
body {
	background: #424242;
	font-size: 101%;
	text-align: center;
	margin: 0;
	padding: 0;
}

div, h2, h3, h4, h5, h6, p, table, ul, ol, img {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

a, a:focus, a:active {
	text-decoration: none;
	outline: none;	
}

p,form {
	font-size: 0.74em; 
	font-weight: normal; 
	color: #666666; 
	margin: 10px 20px 0 20px;
}

img {
	border: 0;
	display: block;
}

/* Border-Container
------------------------------------------------- */
#border-c {
	position: relative;
	background: #313131 url(../images/bg_main.gif) repeat-y;
	width: 812px;
	margin: 0 auto;
	min-height: 582px;
	height: auto;
	/*_height: 582px;*/
}

/* Main-Container
------------------------------------------------- */
#border-c #main-c {
	position: relative;
	background: #333333;
	width: 800px;
	margin: 0 6px 0 6px;
	padding: 30px 0 0 0;
}

/* Top-Container
------------------------------------------------- */
#border-c #main-c #top-c {
	position: relative;
	background: url(../images/topElement.jpg) no-repeat;
	width: 800px;
	height: 95px;
}

#border-c #main-c #top-c .logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 275px;
	height: 95px;
}

/* Main NAV-Container
------------------------------------------------- */
#border-c #main-c #top-c #mainnav {
	position: absolute;
	top: 35px;
	left: 300px;
	width: 492px;
	height: 45px;
}

#border-c #main-c #top-c #mainnav a {
	display: block;
	float: left;
	width: 82px;
	height: 45px;
	padding: 15px 0 0 0;
	text-align: center;
}

#border-c #main-c #top-c #mainnav a:link,
#border-c #main-c #top-c #mainnav a:visited {
	background: url(../images/bgMainNav.jpg) no-repeat;
	text-transform: uppercase;
	font-size: 0.69em;
	color: #474747;
}

#border-c #main-c #top-c #mainnav a:hover,
#border-c #main-c #top-c #mainnav a:active,
#border-c #main-c #top-c #mainnav a.current {
	background: url(../images/bgMainNavAct.jpg) no-repeat;
	text-transform: uppercase;
	font-size: 0.69em;
	color: #ffffff;
}

/* Meta NAV-Container
------------------------------------------------- */
#border-c #main-c #top-c #metanav {
	position: absolute;
	top: 0px;
	right: 0;
	width: 410px;
	height: 20px;
	text-align: right;
	padding: 0 10px 0 0;
	margin-top: -2px
}

#border-c #main-c #top-c #metanav a:link,
#border-c #main-c #top-c #metanav a:visited {
	font-size: 0.69em;
	color: #cecece;
	margin-left: 10px;
}

#border-c #main-c #top-c #metanav a:hover,
#border-c #main-c #top-c #metanav a:active,
#border-c #main-c #top-c #metanav a.current {
	font-size: 0.69em;
	color: #a7a7a7;
	margin-left: 10px;
}

/* Header-Container
------------------------------------------------- */
#border-c #main-c #header-c {
	position: relative;
	background: #CCCCCC;
	width: 800px;
	height: 150px;
	overflow:hidden;
}

#border-c #main-c #header-c #projects {
	position: relative;
	background: url(../images/bgProjectNav.jpg) no-repeat;
	float: left;
	width: 275px;
	height: 150px;
}

#border-c #main-c #header-c #projects a {
	display: block;
	float: left;
	width: 202px;
	height: 36px;
	padding: 13px 0 0 43px;
	margin: 0 0 0 15px;
	text-align: left;
}

#border-c #main-c #header-c #projects a:link,
#border-c #main-c #header-c #projects a:visited {
	background: url(../images/projects/sym_internet.jpg) no-repeat left;
	text-transform: uppercase;
	font-size: 0.69em;
	font-weight: bold;
	color: #c00000;
}

#border-c #main-c #header-c #projects a:hover,
#border-c #main-c #header-c #projects a:active {
	background: url(../images/projects/sym_internet.jpg) no-repeat left;
	text-transform: uppercase;
	font-size: 0.69em;
	font-weight: bold;
	color: #666666;
}

#border-c #main-c #header-c #projectsImage {
	position: relative;
	float: left;
	width: 525px;
	height: 150px;
}

/* News-Container
------------------------------------------------- */
#border-c #main-c #netzwoche {
	position: relative;
	float: left;
	width: 260px;
	padding: 18px 0 0 15px;
}

#border-c #main-c #netzwoche a {
	display: block;
	width: 200px;
	margin: 0 15px 5px 0;
	text-align: left;
	font-size: 0.74em;
}

/* News-Container
------------------------------------------------- */
#border-c #main-c #news-c {
	position: relative;
	float: left;
	width: 275px;
	padding: 30px 0 0 0;
}


#border-c #main-c #news-c a {
	display: block;
	width: 240px;
	height: 18px;
	margin: 0 15px 0 15px;
	text-align: left;
	font-size: 0.74em;
}

#border-c #main-c #news-c a:before {
	content: "» ";
}

#border-c #main-c #news-c a:link,
#border-c #main-c #news-c a:visited {
	color: #666666;
	text-decoration: none;
}	

#border-c #main-c #news-c a:hover,
#border-c #main-c #news-c a:active {
	color: #a7a7a7;
	text-decoration: none;
}	

#border-c #main-c #news-c a.current {
	color: #c00000;
	text-decoration: none;
}

/* Content-Container
------------------------------------------------- */
#border-c #main-c #content-c {
	position: relative;
	background: #FFFFFF url(../images/bgContent.jpg) no-repeat;
	width: 780px;
	padding: 0 20px 30px 0;
}

#border-c #main-c #content-c #text {
	position: relative;
	float: left;
	width: 505px;
	min-height: 260px;
	height: auto;
	/*_height: 260px;*/
	margin: 30px 0 0 0;

}

#border-c #main-c #content-c #text h1 {
	margin: 0;
	padding: 0 20px 0 20px;
	font-size: 0.94em;
	font-weight: bold;
	text-transform: uppercase;
	color: #c00000;
}

#border-c #main-c #content-c #text label {
	float: left;
	width: 80px;
}

#border-c #main-c #content-c #text p a:link,
#border-c #main-c #content-c #text p a:visited {
	color: #c00000;
	text-decoration: underline;
}	

#border-c #main-c #content-c #text p a:hover,
#border-c #main-c #content-c #text p a:active {
	color: #a7a7a7;
	text-decoration: none;
}	

/* Footer-Container
------------------------------------------------- */
#border-c #main-c #footer-c {
	position: relative;
	background: #FFFFFF url(../images/bgFooter.jpg) no-repeat;
	width: 800px;
	height: 58px;
}

#border-c #main-c #footer-c .footertext {
	padding: 25px 0 0 15px;
	font-size: 0.69em;
	color: #979ea3;
}


#border-c #main-c #footer-c .footertext a:link,
#border-c #main-c #footer-c .footertext a:visited {
	color: #c00000;
	text-decoration: underline;
}

#border-c #main-c #footer-c .footertext a:hover,
#border-c #main-c #footer-c .footertext a:active {
	color: #a7a7a7;
	text-decoration: none;
}

