/*  GLOBAL STUFF  */

body {
	background: #fff;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-color: #C5C5C5;
	margin: 15px;
}
p {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	font-style: normal;
	line-height: 1.5em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	border-bottom: #CCCCCC solid 1px;
	text-decoration: none;
	outline: none;
	color: #333333;
}
a:hover {
	border-bottom-color: #7A7A7A;
	color: #666666;
	text-decoration: none;
}
p, h1, h2, h3, h4, h5, h6, pre {
	 margin: 0 0 15px 0;
}
h1, h2, h3, h4, h5, h6 {
	padding: 1px 5px;
	background-color: #F9F9F9;
	line-height: normal;
}
h1 {
	font-size: 17px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 9px;
}
hr {
	height: 1px;
	color: #999999;
}
img {
	border: 1 solid #B30000;
}
ul {
}
li {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: normal;
}
ul#navigation{
list-style-type:none;
margin-left:0;
padding-left:0;
}
ul#navigation li{
margin-bottom:0.2em;
}
ul#navigation li a{
	background-color:#cbcbcb;
	display:block;
	padding:0.4em;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
ul#navigation li a:hover{
	background-color: #cbcbcb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}fieldset {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 15px;
}
legend.blockTitle	{
	padding : 3px;
	color : #B30000;
	font-weight : bold;
	margin-top : 0;
	margin-right : 0;
	margin-left : 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#container
{
	width: 950px;
	background-color: #F9F9F9;
	border: 1px solid #046380;
	line-height: 130%;
	padding: 5px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#top
{
	margin-bottom: 30px;
	height: 35px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #046380;
	border-right-color: #046380;
	border-bottom-color: #046380;
	border-left-color: #046380;
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
	float: left;
	width: 165px;
	margin: 0;
}
#leftnavtitel {
	font-size: 16px;
	color: #333333;
	padding-left: 3px;
	margin-bottom: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #247ED1;
	border-right-color: #247ED1;
	border-bottom-color: #247ED1;
	border-left-color: #247ED1;
	padding-bottom: 3px;
	background-color: #FFFFFF;
	font-weight: bold;
}
#leftnavtitel2 {
	font-size: 1.1em;
	color: #333333;
	padding-left: 3px;
	font-weight: bold;
	line-height: 1.3em;
}
#leftnavtext {
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	margin-bottom: 5px;
	padding-left: 3px;
	padding-bottom: 3px;
}

#newslinks {
	background-color: #D2D7E8;
	padding: 3px;
	margin-bottom: 5px;
	border: 1px solid #003366;
	font-size: 1em;
	color: #333333;
}

#newslinkstitel {
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #6699cc;
	padding: 3px;
	margin-bottom: 3px;
}

/*box left*/

.shiftcontainer{
position: relative;
left: 7px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
	width: 165px;
	background-color: transparent;
	background-image: url(../images/bigshadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -7px; /*shadow depth*/
top: -7px; /*shadow depth*/
}
.innerdivtitel{
	font-size: 14px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	line-height: 16px;
	background-image: url(../images/bgdiv.gif);
	background-repeat: repeat;
	color: #B30000;
}
.innerdivtext{
	font-size: 11px;
	padding-left: 10px;
	padding-right: 5px;
	line-height: normal;
}






/*rechte Spalte*/
#rightnav
{
	float: right;
	width: 165px;
	margin: 0;
	padding: 1em;
	background-color: #FFFFFF;
}

#content
{
	margin-left: 190px;
	margin-right: 200px;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}

#banner {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #046380;
	border-right-color: #046380;
	border-bottom-color: #046380;
	border-left-color: #046380;
	font-size: 40px;
	background-image: url(../images/logo-pferde-fotostudio.gif);
	background-color: #f9f9f9;
	height: 130px;
	background-repeat: no-repeat;
	padding-left: 10px;

}
#bannertext {
	font-size: 10px;
	text-align: left;
	text-decoration: none;
}
#bannertext .slogan {
	padding-left: 3px;
	font-size: 12px;
}

/*Newsbox rechs*/


#newsrechts {
	background-color: #D2D7E8;
	padding: 3px;
	margin-bottom: 5px;
	border: 1px solid #003366;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
	font-weight: normal;
}

#newsrechtstitel {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #6699cc;
	padding: 3px;
	margin-bottom: 3px;
	font-weight: normal;
}

/*News Boxen*/

#rightnavwerbung {
	float: right;
	width: 160px;
	padding: 1em;
	height: 450px;
	background-color: #FFCC99;
	border: 1px dashed #CC0000;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/*Menu*/

#menu {
	height: 35px;
	padding: 7px 0 0 0;
	clear: both;
	margin: 0 0 18px;
	background-image: url(images/menubg.gif);
	background-repeat: repeat-x;
}
	#menu li {
	font-size: 13px;
	display: inline;
	text-transform: uppercase;
}
	#menu li a {
	margin: 0 25px 0 10px;
	color: #666666;
}
	#menu li a:hover {
	color: #6699CC;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #6699CC;
	border-right-color: #6699CC;
	border-bottom-color: #6699CC;
	border-left-color: #6699CC;
}




/*Footern*/
#footer {
	width: 98%;
	clear: both;
	color: #666;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 90px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #C3C3C3;
	border-right-color: #C3C3C3;
	border-bottom-color: #C3C3C3;
	border-left-color: #C3C3C3;
}
.clear { clear: both; background: none; }

#table #td {
	background-color: #CCCCCC;
}
/*Menu*/
#stylefour {
	position:relative;
	display:block;
	height:39px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	border-top:4px solid #B30000;
	background-color: transparent;
	background-image: url(../images/bgoff.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
#stylefour ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	}
#stylefour ul li{
	display:block;
	float:left;margin:0;
	}
#stylefour ul li a{
	display:block;
	float:left;
	color:#666;
	text-decoration:none;
	padding:11px 20px 0 20px;
	height:23px;
	background-color: transparent;
	background-image: url(../images/bgdiv.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#stylefour ul li a:hover,#stylefour ul li a.current{
	color:#B30000;
	background-color: #fff;
	background-image: url(../images/bgon.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}

#img
  {
	border: 1px solid #B30000;
	height: auto;
	width: auto;
	float: left;
	padding: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
  }
#liste {
	border: 1px solid #B30000;
	margin: 2em;
	padding: 5px;
	}

