/***********************************************/
/* date/time	: 02.04.2007 - 10:00 -         */
/* project	: mainfeeling.de            */     
/* developer	: Rebecca Will                 */
/* developer	: Felix Gruel                  */
/* description	: master css (formate.css)     */
/***********************************************/

/* Formate f�r RTE importieren */
@import url("formate_tinyrte.css");

/* Allgemeine Tags */	
body {
	font-size:11px;
	color: #000000;
	line-height: 130%;
	font-family: Verdana, Arial, sans-serif;
}

ul { margin-top: 3px;}


p { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px;
	margin: 3px;
	line-height:130%;
}

td, td a { 
	color: #000000;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px;
	line-height:130%;
	text-decoration:none;
}

td a:hover { 
	text-decoration: underline;
}


/* H-Tags */

h1, h1 a:link, h1 a:visited{	
	color: #000000;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	margin:0px 0px 10px 0px;
}

h1 a:hover {	
	color: #000000;
	font-size:12px;
	font-weight: bold;
	text-decoration:underline;
	margin:0px 0px 5px 0px;
}

h2 {font-size:15px;margin:0px;}
h3 {font-size:13px;margin:0px;}
h4 {font-size:11px;margin:0px;}


/* Formularelemente */

.mf-text {
background-color: #F9FEEC;
border: 1px solid #000000;
margin-bottom: 5px;
}

.mf-input {
border: 1px solid #000000;
margin-bottom: 5px;
}

.mf-submit {
color: #000000;
background-color: #C7E0A0;
border: 1px solid #000000;
font-size: 12px;
font-weight: bold;
}

.mf-reset {
color: #000000;
background-color: #C7E0A0;
border: 1px solid #000000;
font-size: 12px;
font-weight: bold;
}

.mf-label {
background-color: #FFFFFF;
border: 1px solid #000000;
margin-bottom: 5px;
}



.naviheadertop, .naviheadertop a:link, .naviheadertop a:visited {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	line-height: 200%;
	margin-right: 10px;
}

.naviheadertop a:hover {
	text-decoration:underline;
}


.navileft {
	width:200px;
	border-bottom:1px dotted #9B9B9B;
}

.navileft a:link, .navileft a:visited {
	color: #7C9B2F;
	font-size: 12px;
	font-weight: bold;
	letter-spacing:1px;
	text-decoration:none;
	text-transform:uppercase;
	margin-left: 23px;
	
}

.navileft a:hover, .navileft a:active{
	color: #C2001F;
}

.content {
	padding: 15px;
}

.dottedBorder {
	font-size: 11px;
	line-height:130%;
	width:180px;
	border:1px dotted #000000;
	/* border-top: 0px; */
	background-color: #F5FDE1; 
}

.dottedBorder p{
	padding: 3px;
}

/**********************************************/
/* �berschriftstypen (BE) */

.mainfeeling_header_box {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px;
	color:#000000;
	text-decoration: none;
	font-weight: bold;
     	background-color: #C7E0A0;
     	text-transform: uppercase;
     	padding: 3 3 3 3px;
}


.headerContent{
	color: #C50B29;
	font-size:16px;
	font-weight: bold;
	text-decoration:none;
	letter-spacing:1px;
	text-transform: uppercase;
	margin:0px 0px 10px 0px;
}

/**********************************************/
/* RSS-Feed                                   */
/**********************************************/
   
#twrss_table {
	/*width:200px;*/
	font-size: 11px; 
	color: #000000; 
	font-family: Verdana, Arial, sans-serif;
	font-style: normal; 
	font-weight: normal; 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px; 
	margin-right:0px; 
	line-height: 12px;
}                                

.twrss_bodytext{
	font-size: 11px; 
	color: #000000; 
	font-family: Verdana, Arial, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	margin-top: 5px;
	margin-bottom: 8px;
	padding-left: 0px;
    	margin-left: 0px;
	margin-right: 0px; 
	line-height:130%;
}
		
.twrss_bodytext a{
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
		
.twrss_bodytext a:hover{
	text-decoration:underline;
}

.twrss_bodytext .more-link,.twrss_bodytext .more-link a{
	color: #EA0000;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
}

.more-link a:hover{
	color: #EA0000;
	text-decoration:underline;
}