/* toros css */
* {
	margin: 0;
	padding: 0;
}
body {
	width: 970px;
	text-align: center;
	margin: 20px auto;
	background: #ddcc00 url(../images/br-bump.jpg) repeat;
	background-color: #F5F5F5;
	font: 80%/1.6em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

ul, ol {
	margin-left: 40px;
	padding-left: 20px;
}

#logo {
	width: 100%;
	height: 200px;
	background-image: url(../images/bg_top.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
#logo img {
	float: left;
}

#logo h1 {
	margin: 10px 0  0 40px;
	float: left;
	color: #A52A2A;
	font-family: Georgia;
	border: 0px solid navy;
}
#logo div {
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	float: left;
	border: 1px solid red;
}

#topMenu {
	clear: both;
	width: 970px;
	border: 0px solid red;
	display: block;
	background-color: navy;
}

#wrapper {
	background: #FFFAFA url(../images/bg_content.jpg) repeat-y left;
	height: 1%;
	border: 1px double #1E90FF;
}

#content {
	width: 100%;
	margin: 0;
	float: left;
}

#mainContent {
	width: 760px;
	float: right;
	margin: 0;
	padding: 5px;
	text-align: left;
	background-color: #FFFAFA;
	border: 0px solid red;
	color: #00008B;
}


#mainContent h2, h3 {
	margin: 10px 0;
	color: #6495ED;
}


#mainContent p {
	text-align: justify;
	text-indent: 26px;
	margin: 10px;
}
#subContent {
	width: 159px;
	padding: 5px;
	float: left;
	text-align: center;
	border: 0px solid red;
}

.box {
	width: 140px;
	height: 60px;
	margin: 10px auto;
	border: thin double Green;
}

.t_bild {
	float: left;
	width: 49%;
	margin: 10px 0;
	height: 35px;
	border: 0px solid red;
	text-align: center;
}

.t_bild a {
	width: 180px;
	line-height: 26px;
	margin-left: 55px;
	text-decoration: none;
	background: #fff url(../images/toros_pl.gif) no-repeat left;
	display: block;
	float: left;
}

.tr_status {
	line-height: 50px;
}
a:link, a:visited, a:hover, a:active {
	color: #6495ED;
}

#footer {
	clear: both;
	width: 100%;
	margin-top: 10px;
	padding-top: 30px;
	height: 90px;
	position: relative;
	text-align: center; /*background: #FFFAFA url(../images/bg_footer.jpg) no-repeat bottom;*/
	border-top: thin dashed Black;
}

/* menu */
ul#mainMenu {
	margin: 0;
	padding: 0;
	display: block;
	margin-left: 198px;
	text-align: center;
	list-style: none;
	float: left;
	background-color: #B0C4DE;
	border-top: 1px solid #1E90FF;
	border-bottom: 1px solid #1E90FF;
}

ul#mainMenu li {
 float: left;
}

ul#mainMenu a {
	font-size: 12px;
	padding: 0 4px;
	line-height: 1.8em;
	text-decoration: none;
	color: #000;
	float: left;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	border-right: thin solid #1E90FF;
}

ul#mainMenu a:hover {
	color: #fff;
	background-color: #1E20FF;
	border-right: 1px solid #fff;
}

ul#mainMenu a.current {
	background-color: #6495ED;
	color: #fff;
}

ul#menu_pr {
	margin: 30px 0 0 0;
	padding: 0;
	width: 100%;
	display: block;
	text-align: left;
	list-style: none;
	border: 1px solid navy;
}
ul#menu_pr a {
	font-size: 12px;
	padding: 0 4px;
	line-height: 1.8em;
	text-decoration: none;
	color: #6495ED;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	border-right: thin solid #1E90FF;
}
ul#menu_pr a:hover {
	color: #fff;
	background-color: #1E20FF;
	border-right: 1px solid #fff;
}