/* CSS Document */

/* =============================================================
	Projekt:		DECVET - Entwicklung eines Leistungspunktesystems in der Erwachsenenbildung
	Autor:			NewMediaStandards, M. Zogbaum
	Erstellt:		02.02.2008
============================================================= */


body {
 	margin-left: 1.5cm;
    margin-right: 0.5cm;
    margin-top: 0cm;
    margin-bottom: 1cm;
}





h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #000;
    font-weight : bold;
    
}




h1.teaser_titel {


	color: #000;
	

}


.teaser h2{
   
	color: #000;

}

.teaser h2{

	color: #000;

}

.teaser h3{
 
	color: #000;

}

.teaser h4{
   
	color: #000;

}

.press h1{
  
	color: #000;

}



#column_left h1{

	color: #000;
	
}

.box_left_titel h1{    
    
	color: #000!important;	
}
/* LINKS */

a:link{
    color: #3e3e3e;
    text-decoration: none;
    background-repeat: no-repeat;
}
a:visited{
    color: #3e3e3e;
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: underline;
}
a:active {
    color: #3e3e3e;
    text-decoration: none;
}
img {
    border: none;
}





/* HEADER */

#pageheader {

    border-bottom: 1px solid #000;
}



#servicemenu{display:none;}

/* Headerbereich */
#logo {
    position: relative;   
  
  
	
}

#logo_decvet {
    position: absolute;   
	bottom:0;
	left:202px;
    height: 90px;
	width:202px;
	padding-left:25px;	
}




/* SPALTENAUFTEILUNG */


#column_wrap {
    clear: both;
    position: relative;
}
/* M_box */

#m_theme {
    position: relative;
    padding-top: 0;
    margin-left: 0;
    display: block;
    overflow: hidden;

}

.m_theme_main {
	display:none;
}

* html .m_theme_main {
	display:none;
}


.m_theme_main #titel {
	position: relative;
	 

}



/* Pressemeldungen */

.press {
	clear:both;
	width:80%;
}

.box_left_titel{}
.box_left_txt{

	padding:5px 7px 5px 7px; 
	margin-bottom:20px; 
	background:#F1F1F1; 
	border:none; 
	border-top:none;
	line-height:1.8em;
}

.box_left_txt a{
font-weight:bold;
text-decoration:underline;
}
.box_left_txt a:hover{
color:#176B37;
}
/* Spalte Content/Teaser, Spalte rechts, Spalte Menu */

#column_middle_wrapper {
   position: relative;
   margin-left: 0;
   top:25px;
}


#column_middle {
    clear: both;
    margin-right: 0;
	line-height:2em;
	
}

#page_start{display:none;}

#column_left {
    position: relative;     
    width: 80%;
	
}


#column_menu {
 display:none;
	
}



/* CONTENT */
.teaser{ }
.short_nfo{
	padding:20px; 
	border:1px solid #000; 
	border-left:none;
	border-right:none;
	margin-top:20px;
	font-size:1.2em; 
	line-height:1.8em;
	height:100%;
}

.einspalter{
	margin-top:20px;
	font-size:1.2em; 
	line-height:1.8em;
	position:relative;
}


.zweispalter{ font-size:1.2em; 


	
}

.zs_left{float:left; width:48%; margin-top:20px;}
html>body .zs_left{float:left; width:48%; margin:0;}
.zs_right{float:left; width:48%; padding-left:4%; margin-top:20px; }
html>body .zs_right{float:left; width:48%; padding-left:4%; margin:0;}






