/*

www.campusit.de

(c)2007-2008 veloton ohg
www.veloton.com

*/



/*** main elements ***/

body#campusit {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	background-color:#efefef;
}

#vcontainer {
	width:980px;
	padding:0px;
	margin:auto;
	font: normal 11px verdana;
	color: #666666;
}

/*** head ***/

#vheader {
	width:980px;
	height:110px;
	background-image:url(../_images/header.jpg);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	text-align:left;
}

/*** navigation ***/

#vnavigation {
	width:600px;
	padding: 0px;
	margin: 0px;
	text-align:left;
}

#vnavigation ul {
	list-style-type: none;
	padding:80px 0px 0px 0px;
	margin:0px;
}

#vnavigation li {
	display:inline;
}

#vnavigation li a {
	list-style-type: none;
	text-decoration: none;	
	float: left;
	padding: 8px 10px 6px 10px;
	border-right: 1px solid #666666;
	font: bold 12px verdana;
	color: #666666;
}

#vnavigation a:hover {
	color: #c4111a;
}

#vnavigation .current {
	color: #c4111a !important;
}

/*** flash ***/

#vflash {
	width:980px;
	height:180px;
	padding:0px;
	margin:0px;
	clear:both;
	overflow: auto;
}

/*** background content ***/

#vcontainer_01 {
	width:980px;
	background-image:url(../_images/bg.gif);
	background-repeat:repeat-y;
	text-align:left;
}
#spacer {
	width:980px;
}
/*** container left ***/

#vcontainer_left {
	width:205px;
	padding:0px;
	margin:0px;
	float:left;
	text-align:left;
}

/*** subnavigation ***/

#vsubnavigation {
	margin: 0px;
	padding:0px;
	width:204px;
}
#vsubnavigation ul {
	font: normal 11px verdana;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#vsubnavigation li {
	color: #ffffff;
	text-decoration: none;
	border-bottom:1px solid #ffffff;
	background-image:url(../_images/subnavi_bg.gif);
	background-repeat:no-repeat;
	background-color:#666666;
	padding: 0px 0px 0px 0px;
	margin:0px; 
}

#vsubnavigation li a {
	text-decoration: none;
	background-image: url(../_images/subnavi_bg.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	padding: 5px 0px 5px 30px;
	margin: 0px;
	display: block;
}

#vsubnavigation a:hover {
	display: block;
	color: #ffffff;
	margin:0px;
	background-color:#c4111a;
}
#vsubnavigation a:focus {
	background-color:#c4111a;
}

#vsubnavigation .current {
	display: block;
	color: #ffffff;
	margin:0px;
	background-color:#c4111a;
}

/*** content ***/

#vcontent {
	width:775px;
	padding:0px;
	margin:0px;
	float:left;
}
#vfliestext {
	float:left;
	padding:0px 5px 10px 25px;
	margin:0px;
	width:490px;
	background-image:url(../_images/bg_usb.gif);
	background-repeat:no-repeat;
}
#vnews {
	float:right;
	padding:0px 5px 10px 0px;
	margin:0px;
	width:220px;
}
h1 {
	border-bottom: 1px solid #666;
	font: bold 16px verdana;
	color: #666666;
	padding:0px;
}
h2 {
	font: bold 11px verdana;
	color: #c4111a;
	padding:0px;
}
h4 {
	font: bold 11px verdana;
	color: #c4111a;
	padding:0px;
}
p, #vfliestext li {
	font: normal 11px verdana;
	color: #666666;
	line-height: 17px;	
}

img {
	border: none;
}

/*** footer ***/

#vfooter {
	width:770px;
	clear:both;
	background-color:#666666;
	height:25px;
	margin: 0px 0px 0px 204px;
}
#vfooter p {
	font: normal 11px verdana;
	color: #FFFFFF;
	padding:5px 5px 5px 25px;
}


/*** typo ***/

a:link, a:visited, a:active {
	color:  #c4111a;
	text-decoration: none;
}
a:hover {
	color: #c4111a;
	text-decoration: underline;
}
a:focus {
	outline-offset: -1px;
	-moz-outline: none;
	outline: none;
}

/*** forms ***/
fieldset {
	background-color: #F0F0F0; 
	border: none;
	margin: 0 0 30px 0;
	padding: 0;
	-moz-border-radius: 5px;
}

legend {
	color: #C5111C;
	font-size: 14px;
	margin: -7px;
	padding: 9px;
}

label {
	font-weight: normal;
	line-height: 17px;
	width: 175px;
	height: 2em;
	float: left;
}

hr {
	color: #C5111C;
	background-color: #C5111C;
	border: none;
}

/*** tables ***/
table {
	border: 1px solid #DDD;
}

table td {
	margin: 0;
	padding: 0;
}

table th {
	background-color: #C00;
	color: white;
	padding: 2px;
	font-weight:normal;
}

table th span {
	text-decoration: underline;
}

table th a {
	color: white;
	text-decoration: none;
}