/* Start of CMSMS style sheet 'screen_olympia' */
/* Benjamin Karl Website */

body {
	background-image:url(http://benjamin-karl.com/images/olympia_style/background_body_2.jpg);
            background-repeat:repeat-x;
            background-color:#97cbce;
	background-attachment:fixed;
}

/* -----------------------DIV Tags----------------------- */
.shtitle {
cursor: pointer;
}

#sprechblase_olympia {
	width:292px;
	height:208px;
	background: url(/images/datapics/sprechblase_olympia.png);
	position:absolute; 
	top:15px; 
	left:1%;
	z-index: 2;
	text-align:center;
	color: white;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px 3px #000000;
	opacity: 0.9;
}

#outer_container {
	width:800px;
	height:auto;
	padding:inherit;
	margin:auto;
	position:relative;
	top:auto;
}

#facebook {
	width:30px;
	height:130px;
	background: url(/images/datapics/facebook_background.png);
	position:absolute;
	top:300px;
	z-index:2;
}

#twitter {
	width:30px;
	height:91px;
	background: url(/images/datapics/twitter_background.png);
	position:absolute;
	top:440px;
	float:right;
	z-index:2;
}

#handy {
	width:289px;
	height:370px;
	z-index:1;
	position: fixed;
	left:20px;
	top:60px;
}

#container {
	width:750px;
	height:auto;
	padding:inherit;
	margin:auto;
	position:relative;
	top:auto;
	z-index:2;
}

#header {
	width:750px;
	height:200px;
	background-image:url(http://benjamin-karl.com/header_rotation/rotate.php);
}

#menue {
	width:750px;
	height:18px;
	background-image:url(http://benjamin-karl.com/images/olympia_style/menu_background_normal.jpg);
            cursor:pointer;
}

#menue a {
	border:none;
}

#menu_list {
	margin:0;
	padding:0;
}

#menu_list ul {
	margin:0;
	padding:0;
	list-style: none;
}

#menu_list li {
	float: left;
	position:relative;
	list-style:none;
	padding:0 10px 0 10px;
}

#menu_list li:hover {
	background: url(/images/datapics/x_black_60.png);
}

#menu_list li ul {
 	display: none;
	position: absolute;
	left: 0;
	top:10px;
	padding:3px;
	list-style:none;
	background: url(/images/datapics/x_black_90.png);
}

#menu_list li ul li{
	padding:3px;
}

#menu_list ul li {
	position: relative;
}

#menu_list li > ul {
	top: auto;
	left: auto;
}	

#menu_list li:hover ul, li.over ul {
	display: block;
}


#space {
	width:750px;
	height:15px;
	background: url(http://benjamin-karl.com/images/datapics/background_space_2.jpg) no-repeat white;
}

#wrapper {
	background: white;
}

#mainrow {
	width:497px;
	min-height:300px;
	float:left;
	background: white;
}

#rightrow {
	width:243px;
	min-height:300px;
	border-left-width:1px;
	border-left-color:#005c9e;
	border-left-style:dotted;
	float:left;
	padding: 0 3px 0 3px;
	background-color:white;
	background-image: url(/images/olympia_style/background_rightrow.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#end1 {
	width:750px;
	height:25px;
	background-image:url(http://benjamin-karl.com/images/footer/footer1.jpg);
	clear:both;
}

#end2 {
	width:750px;
	height:25px;
	background-image:url(http://benjamin-karl.com/images/footer/footer2.png);
}

#logo {
	width:52px;
	height:40px;
	background-image:url(http://benjamin-karl.com/images/datapics/grizzly_logo.png);
	background-repeat:no-repeat;
	background-position:center;
	padding-top:10px;
	float:left;
}

#logoleft {
	width:349px;
	height:40px;
	float:left;
}

#logoright {
	width:349px;
	height:40px;
	float:right;
}

/* -----------------------Klassen----------------------- */

.content_tag {
	margin: 0 10px 30px 10px;
}

a:link {
	color: #06609f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06609f;
}
a:hover {
	text-decoration: none;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	color: #01b0e7;
}
a:active {
	text-decoration: none;
	color: #06609f;
}

.standard_black {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
}

.standard_white {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
}

.standard_black_bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	font-weight:bold;
}

.standard_white_bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}

.news_black {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:black;
        line-height:20px;
        text-align: justify;
}

.news_white {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:white;
        line-height:20px;
        text-align: justify;
}

.news_ueberschrift {
            color: #85c441;
	font-family: "Lucida Grande", "Verdana", sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
              text-decoration:none;
}

.news_ueberschrift a {
            color: #85c441;
	font-family: "Lucida Grande", "Verdana", sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
              border:none;
}

/* -----------------------Menu Fonts----------------------- */

.menutext a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.menutext a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}

.menutext a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.uppercase {
	font-family: "Lucida Grande", "Verdana", sans-serif;
	font-size:16px;
	color:#005c9e;
	text-transform:uppercase;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	background-image:url(http://benjamin-karl.com/images/olympia_style/arrow_uppercase.png);
	background-position:right;
	background-repeat:no-repeat;
}

.sitename {
	font-family: "Lucida Grande", "Verdana", sans-serif;
	font-size:16px;
	color:#005c9e;
	text-transform:uppercase;
	border-bottom-width:1px;
	border-bottom-style:dotted;
}

.-----------{}

.link {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-transform:lowercase;
}

.link_white {
	font-family:Lucida Grande, Arial, sans-serif;
	font-size:14px;
	color: #005c9f;
	text-transform:lowercase;
}

.link_white a:link {
	font-family:Lucida Grande, Arial, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-transform:lowercase;
}

.link_white a:visited {
	font-family:Lucida Grande, Arial, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-transform:lowercase;
}

.link_white a:hover {
	font-family:Lucida Grande, Arial, sans-serif;
	font-size:14px;
	color:white;
	text-transform:lowercase;
}

.language {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.language a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:white;
}

.picrotation {
	border:thick;
	border-bottom-color:#99FF00;
}

.date {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	border-bottom-width:1px;
	border-bottom-style:inset;
	border-top-width:1px;
	border-top-style:inset;
	background-color:#cce9fb;
}

.table1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	border-bottom-width:1px;
	border-bottom-style:inset;
	border-top-width:1px;
	border-top-style:inset;
	background-color:#cce9fb;
}

.table2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	border-bottom-width:1px;
	border-bottom-style:inset;
	border-top-width:1px;
	border-top-style:inset;
             background-color:#94d4f0;
}

.table_important {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:white;
	border-bottom-width:1px;
	border-bottom-style:inset;
	border-top-width:1px;
	border-top-style:inset;
	background-color:#adb3ca;
	text-shadow:#000 0px 1px 2px;
}

.table_important a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:white;
	border-bottom-width:1px;
	border-bottom-style:inset;
	border-top-width:1px;
	border-top-style:inset;
	background-color:#b50000;
}

.table_important a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:white;
	border-bottom-width:1px;
	border-bottom-style:inset;
	border-top-width:1px;
	border-top-style:inset;
	background-color:#8b0000;
}

.table_rennkalender {
            background-color:#94d4f0;
            cursor:default;
            text-align:center;
}

.table_rennkalender:hover {
            background: url(/images/datapics/rennkalender_background.jpg) repeat-x #ff944d;
            cursor:default;
}

.table_rennkalender_olympia {
	background: url(/images/datapics/rennkalender_olympia_background_2.jpg) no-repeat;
	text-align:center;
}

.table_rennkalender_olympia:hover {
            background: url(/images/datapics/rennkalender_olympia_background_hover.jpg) repeat-x #ff944d;
            cursor:default;
}

.table_rennkalender_headline {
            background: url(/images/datapics/rennkalender_headline_background.jpg) repeat-x #8dd25b;
            cursor:default;
            text-align:center;
            font-weight:bold;
}

.standard_rennkalender {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

.important
{
	background: #bae200;
	padding: .5em;
	color: black;
            font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.important:hover
{
	background: #acd100;
	padding: .5em;
	color: black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.important:hover a:link
{
	background: #acd100;
	padding: .5em;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border:none;
}

.important:hover a:visited
{
	background: #acd100;
	padding: .5em;
	color: white;
            font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
            border:none;
}

.image {
             float: left; 
             padding-right: 10px; 
             border:none
}

.toplink {
             border:none;
             float:right; 
             padding-top:20px;
             padding-right:20px;
             text-decoration:none;
}

.toplink:a {
             border:none;
             float:right; 
             padding-top:20px;
             padding-right:20px;
             text-decoration:none;
}

.linkbox {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;   
            padding: 10px 10px 10px 30px;
            background: url(/images/datapics/extern_page_small.png) no-repeat 5px 5px;
            background-color:#adb3ca;
}

.news_picture a{
	border:none;
}

#gototop {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:white;
	font-size:12px;
	visibility:hidden;
	position:fixed;
	right:5px;
	bottom:5px;
	text-decoration:none;
	border:2px solid  #06609f;
	background:#bae200;
	padding:10px;
	z-index:10;
}

#gototop:hover {
	color:#bae200;
	background:white;
}

#comments textarea { width:230px; }

.comments_website_link a {
	color:white;
}

#addcomment a:link {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: url(/images/datapics/background_button_2.png) black;
	float:right;
	color:white;
	margin: 0 0 10px 10px;
	padding: 4px;
	border-color:#cccccc #999999 #999999;
	border-style:solid;
	border-width:1px;
}

#addcomment a:visited {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: url(/images/datapics/background_button_2.png) black;
	float:right;
	color:white;
	margin: 0 0 10px 10px;
	padding: 4px;
	border-color:#cccccc #999999 #999999;
	border-style:solid;
	border-width:1px;
}

#addcomment a:hover {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: url(/images/datapics/background_button_2.png) black;
	float:right;
	color: #01b0e7;
	margin: 0 0 10px 10px;
	padding: 4px;
	border-color:#cccccc #999999 #999999;
	border-style:solid;
	border-width:1px;
}

#shareonfacebook {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: url(/images/datapics/background_button_2.png) black;
	padding: 4px;
	margin: 0 0 10px 10px;
	float:right;
	border-color:#cccccc #999999 #999999;
	border-style:solid;
	border-width:1px;
	color: white;
	cursor:pointer;
}

#shareonfacebook:visited {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #adb3ca;
	padding: 4px;
	margin-bottom:10px;
	float:right;
	border-color:#cccccc #999999 #999999;
	border-style:solid;
	border-width:1px;
	color: #01b0e7;
}


#shareonfacebook:hover {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #adb3ca;
	padding: 4px;
	margin-bottom:10px;
	float:right;
	border-color:#cccccc #999999 #999999;
	border-style:solid;
	border-width:1px;
	color: #01b0e7;
	cursor:pointer;
}

#shareontwitter a:link {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: url(/images/datapics/background_button_2.png) black;
	float:right;
	color:white;
	margin: 0 0 10px 10px;
	padding: 4px;
	border-color:#cccccc #999999 #999999;
	border-style:solid;
	border-width:1px;
}

#shareontwitter a:visited {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: url(/images/datapics/background_button_2.png) black;
	float:right;
	color:white;
	margin: 0 0 10px 10px;
	padding: 4px;
	border-color:#cccccc #999999 #999999;
	border-style:solid;
	border-width:1px;
}

#shareontwitter a:hover {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: url(/images/datapics/background_button_2.png) black;
	float:right;
	color: #01b0e7;
	margin: 0 0 10px 10px;
	padding: 4px;
	border-color:#cccccc #999999 #999999;
	border-style:solid;
	border-width:1px;
}

#likeonfacebook {
	float: right;
	margin: 0 0 10px 10px;
	background: url(/images/datapics/background_button_2.png) black;
	padding: 1px;
	color:white;
	border-color:#cccccc #999999 #999999;
	border-style:solid;
	border-width:1px;
}

/* -----------------------SEARCH----------------------- */

.search_result {
	border: solid black 1px;
	padding: 10px;
	margin: 5px 0 5px 0;
	background: #adb3ca;
}

.search_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.search_url a {
	font-family: "Lucida Grande", "Verdana", sans-serif;
	font-size:16px;
}

.search_weight {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.search_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5d5d5d;
}

/* -----------------------INFO BOX----------------------- */

a.info
{
position:relative;
z-index:1;
color: black;
font-size:14px;
text-decoration:none;
} 

a.info:hover
{
z-index:5;
} 

a.info span
{
display: none;
} 

a.info:hover span
{ 
display:block;
position:absolute;
width:15em;
border:1px solid #12127D; 
background-color:#fc0;
color:#000; 
text-align: center;
padding: 5px;
font-size: 0.8em;
}
/* End of 'screen_olympia' */

