/* CSS File */

body{  
	background-color:#FFFFFF; 									/* Hintergrundfarbe für Body-Tags */
	margin:10px 10px 10px 10px;												/* Abstand vom Browserrand */
}
a {
	color: #E76D6F;												/* Farbe für alle aktiven Links */
	text-decoration: none;									/* Links nicht unterstreichen */
}
a:visited {
	color: #819FCB;												/* Farbe für besuchte Links */
	text-decoration: none; 								/* Besuchte Links nicht unterstreichen */
}

a:hover {
	color: #E76D6F;												/* Farbe für besuchte Links */
	text-decoration: underline; 								/* Besuchte Links nicht unterstreichen */
}

.paddingall5{
	padding:5px;												/* 5 Pixel Abstand, wird für Bild zur Platzierung benötigt  */
	vertical-align:top;
}

.maintable{
	font-family:Verdana, Arial, Helvetica, sans-serif;			/* Font-Family für das Inhaltsfenster */
	font-size:11px;												/* Font Größe */
}
.logo{
	border:1px solid #B7B7B7									/* Rand um das Logo */
}
.middlennav{													/* Formatierung für die obere Navigationsfläche mit dem www.wm-forum.org Schriftzug */
	background-color:#ECEEF0;
	border-left-color:#B7B7B7; 
	border-left-style:solid; 
	border-left-width:1px;
	border-right-color:#B7B7B7;
	border-right-style:solid; 
	border-right-width:1px;
	border-bottom-color:#B7B7B7;
	border-bottom-style:solid; 
	border-bottom-width:1px;
	text-align:right;
}

.middlenavfirst{													/* Formatierung für die obere Navigationsfläche mit dem www.wm-forum.org Schriftzug */
	background-color:#ECEEF0;
	border-left-color:#B7B7B7; 
	border-left-style:solid; 
	border-left-width:1px;
	border-right-color:#B7B7B7;
	border-right-style:solid; 
	border-right-width:1px;
	border-bottom-color:#B7B7B7;
	border-bottom-style:solid; 
	border-bottom-width:1px;
	text-align:center;
	height:20px;
	font-family:verdana, arial, sans-serif;
	color:#888800;
	font-size:11px;
	font-weight:normal;
	padding:5px;
	letter-spacing: .3em;
	text-transform:uppercase;		
}
.bottemnav{														/* Formatierung für die untere Navigationsfläche mit Impressum und Last Update */
	background-color:#ECEEF0;
	border-left-color:#B7B7B7; 
	border-left-style:solid; 
	border-left-width:1px;
	border-right-color:#B7B7B7;
	border-right-style:solid; 
	border-right-width:1px;
	border-top-color:#B7B7B7;
	border-top-style:solid; 
	border-top-width:1px;	
	text-align:center;
	height:20px;
}
.middledeko{													/* Grau-schraffierte Fläche unter dem Logo */
	background-image:url(images/all/GrayTopBg.gif);
	height:20px;
	border-left-color:#B7B7B7; 
	border-left-style:solid; 
	border-left-width:1px;
	border-right-color:#B7B7B7;
	border-right-style:solid; 
	border-right-width:1px;	
	text-align:right;
}

.middlesidedeko{													/* Grau-schraffierte Fläche unter dem Logo */
	background-color:#ECEEF0;
	height:25px;
	border-left-color:#B7B7B7; 
	border-left-style:solid; 
	border-left-width:1px;
	border-right-color:#B7B7B7;
	border-right-style:solid; 
	border-right-width:1px;	
}

.sidenavigation{													/* Grau-schraffierte Fläche unter dem Logo */
	background-color:#ECEEF0;
	border-left-color:#B7B7B7;
	border-left-style:solid; 
	border-left-width:1px;	
	text-align:center;
	vertical-align:top;
}

.bottomdeko{													/* Grau-schraffierte Fläche am Boden der Seite */
	background-image:url(images/all/GrayBottomBg.gif);
	height:24px;
	border-left-color:#B7B7B7; 
	border-left-style:solid; 
	border-left-width:1px;
	border-right-color:#B7B7B7;
	border-right-style:solid; 
	border-right-width:1px;	
	vertical-align:middle;
}
.main{															/* Rand um den Main-Bereich (Hier ist der Content enthalten) */
	border-left-color:#B7B7B7; 
	border-left-style:solid; 
	border-left-width:1px;
	border-right-color:#B7B7B7;
	border-right-style:solid; 
	border-right-width:1px;
}

.sidetitle {
	font-family:verdana, arial, sans-serif;
	text-align:left;
	color:#888800;
	font-size:small;
	font-weight:normal;
	padding:5px;
	letter-spacing: .3em;
	text-transform:uppercase;		
	border-top-color:#B7B7B7; 
	border-top-style:dotted; 
	border-top-width:1px;
	border-bottom-color:#B7B7B7;
	border-bottom-style:dotted; 
	border-bottom-width:1px;	
}

.kategorietitle {
	font-family:verdana, arial, sans-serif;
	text-align:center;
	color:#888800;
	font-size:small;
	font-weight:normal;
	padding:5px;
	letter-spacing: .3em;
	text-transform:uppercase;		
	border-top-color:#B7B7B7; 
	border-top-style:dotted; 
	border-top-width:1px;
	border-bottom-color:#B7B7B7;
	border-bottom-style:dotted; 
	border-bottom-width:1px;	
}

.navend{
	font-family:verdana, arial, sans-serif;
	text-align:center;
	border-top-color:#B7B7B7; 
	border-top-style:dotted; 
	border-top-width:1px;

}

.sidenavnews {
	line-height:90%;
	padding-left:5px;
	text-align: left;
	font-weight: bold;	
}

.side {
	line-height:140%;
	padding-left:5px;
	padding-right:5px;
	text-align: left;
}

.google {
	background-color:#ECEEF0;
	border-top-color:#B7B7B7; 
	border-top-style:dotted; 
	border-top-width:1px;
}

.calender {
	font-family:verdana, arial, sans-serif;
	font-size:9px;
	font-weight:normal;
  	padding:1px;	
	text-align: center;
}

.entryheader{
    font-family:verdana, arial, sans-serif;
	font-size:12px;
	margin-bottom:5px;
	font-weight:bold;
	border-bottom: #999999 1px solid;  
}
.entryinformation{
	font-size:10px;
	font-family: verdana, tahoma, sans-serif; 
	color:#999999;
	padding-top:5px;
}
.entrysmall{
	font-size:10px;
	font-family: verdana, tahoma, sans-serif; 
	color:#000000;
	padding-top:5px;
}
.entry{
    font-family: verdana, tahoma, sans-serif; 
	line-height:150%;
	font-size:small;
	font-weight:normal;
	margin-bottom:25px;	
	padding-top:10px;
    text-align: justify;
}

.furtherentry{
    font-family:palatino, georgia, times new roman, serif;
	font-size:small;
	font-weight:normal;
    text-align: left;
	padding-top:20px;	
}

.topnavpic {  
	text-align: center;
	background-image:url(images/nav/navback.gif);
	background-color:#ECEEF0;
}

.author { 
	vertical-align:top;
}

.commentheader{
    font-family:verdana, arial, sans-serif;
	font-weight:bold;
	border-bottom: #999999 1px solid;  
}

.bluewmipulse{
	color: #687FA5;
	text-align: right;
	padding-right: 10px;
	height: 19px;
	font-weight: bold;
}

.newsletterinfo{
    background-color:#F1F1F1; 
	font-size:11px;
	font-family: verdana, tahoma, sans-serif; 
	color:#000000;
	padding:5px;
    border: 1px solid #999999; 
}


