@CHARSET "ISO-8859-1";

html	
		{
		background: #767245;
		font-size: 99%;
		}


body	{
		font-size: 1.1em;
		}

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

a:hover
		{
		color: #ffffff;
		text-decoration: none;
		}


.body 	
		{
		font-size: 0.8em;
		border-width: 0;
		margin:  1em auto 0 auto;
		width: 980px;
		height: 595px;
		overflow: hidden; 
		background:  url("/docroot/bergrettung/imgs/background/DSC02159.JPG")  top no-repeat transparent;
		padding: 5px;
		}

.header
		{
		height: 70px;
		width: 970px;
		background: url("/docroot/bergrettung/imgs/trans_bg.png") repeat;
		margin: auto;
		}

.logo
		{
		height: 66px;
		width: 220px;
		margin: 2px 0 2px 10px;
		background:  url("/docroot/bergrettung/imgs/lbrLogo.png") no-repeat transparent;
		float: left;
		}

.link
		{
		margin: 4px 0 3px 0;
		/*height: 63px;*/
		width: 60px;
		float: right;
		}
.link a img
		{
		margin: auto;
		border: none;
		}
/**
 *Navigation
 */

#navigation
		{
		height: 1.6em;
		width: 938px;
		margin: 5px auto 0 auto;
		font-size: 0.8em;
		border: 2px solid #ffffff;
		border-left: 30px solid #ffffff;
		padding: 0;
		}

#navigation ul
		{
		padding: 0;
		margin: 0;
		list-style: none;
		list-style-image: none;
		}

#navigation ul.topNav
		{
		margin: 0;
		padding: 0;
		height: 1.6em;
		}

#navigation ul.topNav li
		{
		float: left;
		width: 156px;
		white-space: nowrap;
		}


#navigation ul.subNav
		{
		left: -999em;
		position: absolute;
		padding: 0 0 0 0;
		z-index: 99;
		}

#navigation ul.subNav li
		{
		width: 146px;
		clear: both;
		padding: 0;
		margin: 0;
		}

#navigation ul.topNav li:hover ul.subNav, #navigation ul.topNav li.over ul.subNav
		{
		z-index: 99;
		margin-left: 10px;
		border-top: 2px solid white;
		padding: 0 0 0.5em 0;
		left: auto;
		width: 145px;
		}

#navigation a
		{
		color: #000000;
		text-decoration: none;
		width: 135px;
		display: block;
		height: 1.2em;
		line-height: 1.2em;
		margin: 0 0 0 10px;
		padding: 0.2em 0 0.2em 10px;
		}
#navigation a:hover
		{
		color: #ffffff;
		}


#navigation a.news, #navigation ul#news, .news
		{
		background-color: #7f8700;
		}		

#navigation a.reports, #navigation ul#reports, .contentRight ul.termine, .reports
		{
		background-color: #c2bb6d;
		}
		
#navigation a.club,  #navigation ul#club, .club	
		{
		background-color: #2a9dc9;
		}
		
#navigation a.blog, #navigation ul#blog, .contentRight ul.blog, .blog
		{
		background-color: #7eb000;
		}

#navigation a.contact, .contact
		{
		background-color: #c04571;
		}

#navigation a.term, .term
		{
		background-color: #ffffff;
		width: 138px;
		}

#navigation a#last, #navigation p#last
		{
		margin: 0;
		}

#navigation p.self
		{
		color: #ffffff;
		background-color: #ff0000;
		}

#navigation ul.subNav a, #navigation ul.subNav p, .contentRight ul a 
		{
		width: 115px;
		font-weight: normal;
		border: 1px dotted #000000;
		border-width: 0 0 1px 0;
		margin: 0;
		height: 100%;
		line-height: 1.4em;
		padding: 0.4em 0 0.2em 10px;
		overflow: hidden;
		}

/**
 * Content
 */

.content 	{
		/*background-color: blue;*/
		height: 580px;
		margin: 0 5px;
		overflow: hidden;
		/*width: 700px;*/
		}


.contentRight
		{
		font-size: 0.8em;
		width: 150px;
		/*height: 100%;*/
		float: right;
		margin: 5px 0 0 5px;
		} 

.contentRight ul
		{
		padding: 0.5em 0 0.5em 0;
		margin: 0 0 5px 0;
		list-style: none;
		}


.contentRight ul li a
		{
		width: 130px;
		padding: 0.4em 0 0.2em 10px;
		text-decoration: none;
		color: #000000;
		display: block;
		}

.contentRight ul li a:hover
		{
		color: #ffffff;
		}


.contentRight ul li.title
		{
		border: none;
		color: white;
		padding: 0.5em 0 0.5em 10px; 
		}

p.failure	
		{
		color: red;
		}


input.inputField, textarea.inputField
		{
		border: none;
		margin: 5px 30px 5px 0;	
		}

textarea	
		{
		font-size: 1.2em;
		}

/**
 * Texte und Bilder
 */


.mainContent
		{
		/*background-color: yellow;*/
		margin-left: 50px;
		font-size: 0.8em;
		width: 740px;
		height: 460px;
		padding: 5px 10px 0 10px;
		overflow: auto;
		}

.sitebar
		{
		font-size: 0.9em;
		vertical-align: middle;
		margin-top: 5px;
		margin-left: 60px;
		width: 730px;
		padding:0 5px ; /* 5px 10px 0 10px;*/
		background: url("/docroot/bergrettung/imgs/trans_bg.png") repeat ;
		}

.sitebar a.act
		{
		color: #ffffff;
		}

.sitebar a img
		{
		border: none;
		height: 10px;
		margin: 0;
		padding: 0;
		}

.text	
		{
		float: left;
		padding:5px 10px 5px 10px;
		width: 420px;
		background: url("/docroot/bergrettung/imgs/trans_bg.png") repeat ;
		}

.text hr
		{
		height: 0;
		border: 1px dotted #000000;
		margin-bottom: 5px;
		}
.text p
		{
		margin: 0;
		}


.text a 	
		{
		color: #555555;
		}

.text a:hover
		{
		color: #dddddd;
		}
/*
.pictures	
		{
		margin-left: 10px;
		float: left;
		padding:5px 0;
		width: 240px;
		background: url("/docroot/bergrettung/imgs/trans_bg.png") repeat ;
		}

.pictures a img
		{
		border: none;*/
		/*border-bottom-color: red;*/
		/*}

.pictures a img.right
		{
		margin-left : 40px;
		}
*/

.pictures
                {
                /*position: relative;*/
                margin-left: 10px;
                float: left;
                padding:5px 0;
                width: 240px;
                background: url("/docroot/bergrettung/imgs/trans_bg.png") repeat ;
                }

.pictures a 
                {
                width: 119px;
		diplay: block;
		float: left;
		border: none;
		}

.pictures a img
                {
		border: none;
		}

			
.impressum	
		{
		width: 980px;
		font-size: 0.6em;
		margin: auto;
		text-align: right;
		}

.popupDesc	
		{
		font-size: 0.8em;
		text-align: center;
		font-weight: bold;
		}

.popupMore
		{
		font-size: 0.8em;
		position: absolute;
		bottom: 0;
		text-align: right;
		}

img.mouseOverImage
		{
		display:none; position: absolute; margin-left: 30px; top: 120px;
		}
