/*
 *  main.css
 *
 *  styles for:   dnug-regensburg toolbox
 *  developer:    t.ebert
 *
 */
 
 
 /* ---------standards----------- */
body
{
    background-color: #FFFFFF;
}

a:link {
	text-decoration:none;
	font-weight:bold; 
	color:#0080FF; 
}

a:visited {
	text-decoration:none;
	font-weight:bold; 
	color:#0080FF; 
}
/* ---------Container------------- */
#container{
    position: absolute;
    height: 700px; 
    width: 1000px; 
    top:20px; 
    left:20px; 
    background-color:White;
    border-color: Black; 
    border-style:solid; 
    border-width:1px; 
    border-right-width:2px; 
    border-bottom-width: 2px;
    margin-bottom:20px;
}

#containerImpressum{
    position: absolute;
    height: 1400px; 
    width: 1000px; 
    top:20px; 
    left:20px; 
    background-color:White;
    border-color: Black; 
    border-style:solid; 
    border-width:1px; 
    border-right-width:2px; 
    border-bottom-width: 2px;
    margin-bottom:20px;
}

/* ---------header --------------*/
#header
{
    width: 1000px;
    height: 110px;
    background-image: url(../images/header_net_ug.png);
    border-bottom-color:Orange;
    border-bottom-style:solid;
    border-bottom-width:2px;
   
}

/* ---------menü links----------- */
#menu {
    position: absolute;
    height:200px;
    width: 215px;
    top: 155px;
    left:10px;
    background:url(../images/bg_verlauf.gif) left bottom repeat-x;
    border-color:Black; 
	border-style:solid; 
	border-width:1px;
   
}

#menuLinks {
   padding-top: 10px;
   padding-left:10px; 
   color:Black;
   font-family:Tahoma;
   font-size: 12px;
   font-weight :bold;
}
#menuLinks a:link  {
	text-decoration:none;
	font-weight:bold; 
	color:#0080FF; 
}
#menuLinks a:visited {
    text-decoration:none; 
	font-weight:bold; 
	color:#0080FF; 
}

#menuTop{
    height:15px;
    background-color:#006D9F;
    border-bottom:solid 1px black;
    padding-top:2px;
    padding-bottom:2px;
    padding-left:10px;
    color:White;
    font-family:Tahoma;
	font-size: 12px;
	font-weight:bold;
}
  
/* --------- content ------------ */
#content {
    position: absolute;
    width: 530px;
    height:400px;
    top: 155px;
    left: 235px;
    background:url(../images/bg_verlauf.gif) left bottom repeat-x;
    border-color:Black; 
	border-style:solid; 
	border-width:1px;
	
}
    
.contentHeader{
    height:15px;
    background-color:#006D9F;
    border-bottom:solid 1px black;
    padding-top:2px;
    padding-bottom:2px;
    padding-left:10px;
    color:White;
    font-family:Tahoma;
	font-size: 12px;
	font-weight:bold;
    
}

#contentImpressum {
    position: absolute;
    width: 755px;
    /*height:300px;*/
    top: 155px;
    left: 235px;
    background:url(../images/bg_verlauf.gif) left bottom repeat-x;
    border-color:Black; 
	border-style:solid; 
	border-width:1px;
	
}
    
.contentHeaderImpressum{
    height:15px;
    background-color:#006D9F;
    border-bottom:solid 1px black;
    padding-top:2px;
    padding-bottom:2px;
    padding-left:10px;
    color:White;
    font-family:Tahoma;
	font-size: 12px;
	font-weight:bold;
    
}

.contentText{
    color:Black;
    font-family:Tahoma;
	font-size: 12px;
	font-weight:bold;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	
}

.contentBulletText{
    color:Black;
    font-family:Tahoma;
	font-size: 12px;
	font-weight:bold;
	padding-right:20px;
	
	
}

/* ---------toolboxen ----------- */
#toolboxes {
	position:absolute;
	width:215px;
	top:155px;
	left:775px;
}

#toolbox_suche {
	height: 75px;
	width: 215px;
	margin-bottom:10px;
	background:url(../images/bg_verlauf.gif) left bottom repeat-x;
	border-color:Black; 
	border-style:solid; 
	border-width:1px;

	
}
.toolboxHeader{
    height:15px;
    background-color:#006D9F;
    border-bottom:solid 1px black;
    padding-top:2px;
    padding-bottom:2px;
    padding-left:10px;
    color:White;
    font-family:Tahoma;
	font-size: 12px;
	font-weight:bold;
}


#toolbox_rss {
	height: 200px;
	width: 215px;
	margin-bottom:10px;
	background:url(../images/bg_verlauf.gif) left bottom repeat-x;
	border-color:Black; 
	border-style:solid; 
	border-width:1px;	
}

#toolbox_archiv
{
	height: 200px;
	width: 215px;
	margin-bottom:10px;
	background:url(../images/bg_verlauf.gif) left bottom repeat-x;
	border-color:Black; 
	border-style:solid; 
	border-width:1px;
}

.toolboxContent {
   padding-top: 10px;
   padding-left:10px; 
   padding-bottom:10px;
   color:Black;
   font-family:Tahoma;
   font-size: 12px;
   font-weight :bold;
   text-decoration:none;
}

.toolboxContent a {
   text-decoration:none;
}

/* -------------Footer--------------*/

#footer{
   position:absolute;
   top: 670px;
   left:10px;
   width: 970px;
   height:15px;
   background-color:#006D9F;
   border:solid 1px black;
   padding-top:2px;
   padding-bottom:2px;
   padding-left:10px;
   color:White;
   text-align:center;
   font-family:Tahoma;
   font-size : 12px;
   font-weight:bold;
    
}

#footerImpressum{
   position:absolute;
   top: 1370px;
   left:10px;
   width: 970px;
   height:15px;
   background-color:#006D9F;
   border:solid 1px black;
   padding-top:2px;
   padding-bottom:2px;
   padding-left:10px;
   color:White;
   text-align:center;
   font-family:Tahoma;
   font-size : 12px;
   font-weight:bold;
    
}