/* StyleSheet für FrauenFinanzTeam.de 
   ==================================

    Browser Defaults:

    body.font-size: 16px;
    h1.font-size: 32px;
    h2.font-size: 24px;
    h3.font-size: 19px;

    padding/margin: oben, rechts, unten, links;


    Copyright (c) 2009 by FrauenFinanzTeam.de
*/


body{
	font-family: arial, helvetica, tahoma ,verdana,  sans-serif;
	font-size: 14px; 							/* browser default is 16 */
	font-weight: normal;
	background-color: #CECECE;
	margin: 0px 0px 0px 0px;		      		/* top, right, bottom, left */
	padding: 0px 0px 0px 0px;
	background: url('../images/gradient/body.jpg') repeat-x top left #CECECE;
}


h1{
	font-family: "Times New Roman";
	font-size: 30px;							/* browser default is 32 */
	font-weight: bold;
	font-style: italic;
	color: #808080; /* #004D9C; */
	/*  text-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;  */
}

h2{
	font-family: "Times New Roman";
	font-size: 24px; 							/* browser default is 24 */
	font-weight: bold;
	font-style: italic;
	color: #808080;
}

h3{
	font-family: "Times New Roman";
	font-size : 20px; 				    		/* browser default is 19 */
	font-weight: bold;
	font-style: italic;
  margin-bottom: 4px;
	color: #808080;
}

h4{
	font-size : 14px;
	font-weight: bold;
	color: #808080;
	margin: 16px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}


hr{
	width: 90%;
	height:1px;
	text-align: center;
	border: 0; 									    /* for Firefox & Opera */
	border-top: solid 1px #004D9C;
}

hr.dot{
  width:90%; 
  height:1px; 
  border:0; 
  border-top: 1px dotted #D0D0D0;
 }


a{
	color: #000090;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a img { border: 0; }

.noscript {
	color: #ff0000;
	font-size: 10px;
}

#header a {
	color: #005B93;
	text-decoration: none;
	font-size: 12px;
}

#header a:hover {
	color: #005B93;
	text-decoration: underline;
}

#container {									      /* entire site container */
  width: 800px;
	margin: 0px 0px 0px 0px;		      /* top, right, bottom, left */
	padding: 0px 0px 0px 0px;
  margin-left: auto ;
  margin-right: auto ;
  position:relative;
}


#header {
	height: 180px;
	overflow: hidden;
	color: #004D9C;
	padding: 0px 0px 0px 0px;					/* top, right, bottom, left */
  border-top: 1px solid #C0C0C0;
  border-left: 1px solid #C0C0C0;
  border-right: 1px solid #C0C0C0;
}

#content {
	min-height: 18cm;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 20px;    /* top, right, bottom, left */
  border-left: 1px solid #C0C0C0;
  border-right: 1px solid #C0C0C0;
  min-width:730px;
	background-color: #FFFFFF;   /* EAF8FF */
	background-position: right top;
	background-repeat: no-repeat;
}

#content ul {
  list-style-image: url('../images/icon/tag-li.gif'); 
  list-style-position: outside;
}


#news { 
	float: right;
	width: 200px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 10px;
	font-size: 11px;
	border: 1px solid #e0e0e0;
	background: url('../images/gradient/news.jpg') repeat-y top left #FFFFFF;
}

#footer {
	clear: both;
	text-align: right;
	color: #808080;
	font-size: 9px;
	padding: 8px 6px 6px 0px;					/* top, right, bottom, left */
	margin: 0px 0px 20px 0px;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	background: url('../images/gradient/gradient_bottom.jpg') repeat-x top left #ffffff;

}

#footer a { color: #000090; }


#navi {
	font-size: 12px;
	color: #f0f0f0;
	text-align: right;
	margin: 20px 0px 4px 20px;		    /* top, right, bottom, left */
}

#navi a { color: #f0f0f0; }
