/* CSS Document */

body
{
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-size:12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/v3/background.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-attachment: fixed;}
	
a:link {text-decoration: none;}
a:activ {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}


.h1
{
	color:#666;
	text-decoration:none;
	font-size:18px;
}

.naviLink
{
	color:#666;
	text-decoration:none;
	font-size:12px;
}
.naviLink:hover
{
	color: #06C;
	text-decoration:none;
	font-size:12px;
	cursor: hand;
}
.navinr
{
	color:#666;
	text-decoration:none;
	font-size:9px;
}

.naviLink-IT
{
	color:#666;
	text-decoration:none;
	font-size:12px;
}

.naviLink-Web
{
	color:#666;
	text-decoration:none;
	font-size:12px;
}
.naviLink-Aktuell
{
	color:#666;
	text-decoration:none;
	font-size:12px;
}

.naviLink-ISP
{
	color:#666;
	text-decoration:none;
	font-size:12px;
}
.naviSpace
{
	color:#666;
	font-size:10px;
}
separator {
	color: #FFF;
}

img.thumb
{
	cursor:hand;
}
.web-cloud-box {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-align: center;
	height: auto;
	width: auto;
	border: none;
	float: none;
	margin: 8px;
	padding: 8px;
}
.web-cloud {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: center;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.web-cloud1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #999;
	text-align: justify;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.web-cloud1:hover
{
	color: #06F;
	font-size:9px;
	cursor: hand;
	font-weight: bold;
}
.web-cloud2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	text-align: justify;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.web-cloud2:hover
{
	color: #06F;
	text-decoration:none;
	font-size:12px;
	font-weight: bold;
	cursor: hand;
}
.web-cloud3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #999;
	text-align: justify;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.web-cloud3:hover
{
	color: #06F;
	text-decoration:none;
	font-size:16px;
	font-weight: bold;	
	cursor: hand;
}
.web-newsbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	text-align: center;
	border: thin none #CCC;
	float: none;
	height: auto;
	width: 140px;
}

.Überschrift1 {
	text-decoration: underline;
}

.content {
	padding:10px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
}
#content_foot {
	padding:0px;
	font-size:10px;
}

/* dhtmlgoodie - CSS */
input{
		font-size:10px;
	}
	#mainContainer{
		width:1000px;
		margin:0 auto;
		text-align:left;
		height:100%;		
		padding-bottom:30px;
	}
	
	#header{	/* Header at the top of the demo */
		background-image:url('/images/v3/header.png');
		background-repeat:repeat-x;
		height:125px;		
	}	/* Logo image */
	#header img{
		float:left;
	}
	#foot{	/* Header at the top of the demo */
	background-image:url('/images/v3/foot.png');
	background-repeat:repeat-x;
	height:46px;
	size: 9px;
	text-align:left;
	vertical-align:top;
	padding-bottom:0px;
	text-decoration: none;
	}		
	.dragableBox{	/* Boxinhalt */
	background-color:#FFF;
/*	filter:Alpha(opacity=80);	*/
	color:#000;
	margin:5px;
/*	border-right:1px solid #FFF;	*/
/*	border-bottom:1px solid #FFF;	*/
	}
	/* A div inside the rss box - with a blue border */
	.dragableBoxInner{
	border:0px;
	}
	.dragableBoxHeader{	/* Header inside RSS box */
	height:20px;
	font-weight:bold;
	color: #333;
	background: #999;
	filter:Alpha(opacity=70);
	}
	.dragableBoxHeader span{	/* Text inside header of RSS box */
		line-heigth:20px;
	}
	.dragableBoxHeader img,.dragableBoxHeader span{	/* Text and reload image inside RSS box */
		float:left;
	}
	.boxItemHeader{	/* Title of items inside dragable boxes */
		font-weight:bold;
		margin:0px;
		color:#000;
		text-decoration:none;
		overflow:hidden;
	}	
	.boxItemHeader:hover{	/* Title of items inside dragable boxes - mouseover*/
		font-weight:bold;
		margin:0px;
		color:#F00;
		text-decoration:underline;
	}
	.dragableBoxHeader input{	/* text inputs that gets visible when you click on the "edit" link at the top of a rss box */
		font-size:10px;
	}
	
	.rssNumberOfItems{	/* Number of RSS items in header - the one inside parantheses */
		color: #666;
	}
	.dragableBoxContent{	/* DIV holding data inside dragable boxes */
		padding:3px;
		clear:both;
	}
	#rectangleDiv{	/* Dotted rectangle indicating where objects will be dropped */
		border:1px dotted red;
		margin:5px;
	}
	
	.closeButton{	/* Close button */
	padding:2px;
	border:1px solid #317082;
	line-height:9px;
	height:9px;
	margin:2px;
	color:#666;
	padding:2px;
	padding-bottom:3px;
	}
	.closeButton_over{	/* Close button - mouse over */
	padding:2px;
	border:1px solid #666;
	line-height:9px;
	padding:2px;
	padding-bottom:3px;
	margin:2px;
	background-color:#CCC;
	color:#FFF;
	}
	.dragableBoxStatusBar{	/* Status bar at the bottom of rss boxes */
	border-top:3px double #fff;
	height:14px;
	padding:2px;
	}
	
	.dragableBoxEditLink{	/* Edit link on top of a box */
	color:#333;
	text-decoration:none;
	padding-top:1px;
	}
	.dragableBoxEditLink:hover{	/* Edit link - mouse over */
		color:red;
		text-decoration:underline;
	}
	form{	/* No borders in forms */
		display:inline;
	}
	#addNewFeed{	/* The white box at the top right corner where you can add a new RSS feed */
	float:right;
	width:300px;
	background-color:#FFF;
	border:2px solid #000;
	padding:2px;
	margin-right:2px;
	margin-top:2px;
	}
	
	img{
		border:0px;
		}
/* dhtmlgoodie - CSS end*/
