﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    
    font-size: .80em;
    font-family: Verdana, Arial;
    margin: 0px;
    padding: 0px;
    color: #696969;
    background:url(../images/bg_xrepeat.jpg) repeat-x;
    background-color:#f5f5f5;
}

a
{
	 text-decoration: none;
	 color: #0060aa;
	 cursor:pointer;
	}
	
a:link, a:visited
{
     text-decoration: none;
}

a:hover
{
    
    text-decoration: none;
}

a:active
{
    
}


p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

.line
{
	border-top:1px solid #eeeeee;
	}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#page
{
	position:relative;
	left:0px;
	top:0px;
	background-color:Transparent;
    width: 1000px;
    margin: 1px auto 0px auto;
    
}

#header
{
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    text-align:left;
    background:url(../images/header_blau_y_repeat.png) repeat-y 120px;
    width:999px;
    height:135px;
    
}

#headersubtext
{
	position:absolute;
	top:10px;
	font-size:10px;
	left:650px;
	color:White;
}
#editiontitel
{
	position:absolute;
	top:96px;
	font-weight:bold;
	font-size:14px;
	color: #696969;
	left:470px;
	
}
#headersubtext a
{
	color:White;
}

#headertext
{
	position:absolute;
	top:85px;
	left:300px;
	font-size:25px;
}


.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}


.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

#leftCol
{
	 float:left;
	 margin-top:10px;
	 margin-right:45px;
	
	 
}

#leftCol1
{
    width: 234px;
    text-align:left;
	margin-top:10px;
}

#leftCol3
{
    padding: 0px 0px 0px 12px;
    width: 239px;
    min-height: 412px;
	text-align:left;
	margin-top:0px;
	background:url('../images/t_suche.png') no-repeat;
}
#leftCol1 a
{
	color:#696969;
	}

#leftCol2, #leftCol4
{
    margin-top:10px;
    min-height: 20px;
}

#content
{
	float:right;
	margin-top:20px;
	width:702px;
	text-align:left;
	
	}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.linie
{
	border-top:1px solid #d7d7d7;
	height:1px;
	}
	
	

	
/* Edition Text Detail
----------------------------------------------------------*/
.etTitel
{
	font-size:13px;
	font-weight:bold;
	color:#696969;
	line-height:24px;
	}

.etTitel h1 { 
    font-size:15px;
    font-family:Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-variant:normal;
    font-weight:bold;
}

.etText
{
	font-size:12px;
	color:#696969;
}

.etAnmerkung
{
	font-size:11px;
	color:#858585;
}
.etline
{
    }

.highlight {background-color:#B7CCDD;}


.boxTitel
{
	color:#808080;
	font-size:10px;
	height:15px;
	}


/* Hierarchische Kategorien */
.hc_1 { color:#696969;font-size:13px;font-weight:bold;padding-top:6px;}
.hc_2 {font-size:12px;margin-left:15px;}
.hc_3 {font-size:12px;margin-left:30px;}
.hc_4 {font-size:12px;margin-left:45px;}
.hc_5 {font-size:12px;margin-left:60px;}
.hc_6 {font-size:12px;margin-left:75px;}
.hc_7 {font-size:12px;margin-left:90px;}

	
.rightbox {border:1px solid #d7d7d7;width:196px;text-align:left;padding:5px;background-color:White;}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

.editionPunkt
{
	padding-left:8px;
	padding-top:8px;
	padding-bottom:8px;
	padding-right:5px;
	
	}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

.textbox {height:14px;font-size:11px;padding-left:2px;}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 12px;
}

.LinkButton
{
    font-size:12px;    
}

.DropDownList
{
    text-align: left;
    font-size:12px;
}

.GreyLine 
{
    background: #CECECE;
    height: 1px;
    padding: 0px;
}

.GreyLine hr
{
    display: none;
    font-size:15px;
}

.ImageButton
{
   margin-left:3px;
   
}



.tableheader {font-size:15px;font-weight:bold;}
.tablerow {font-size:11px;}


/* Cookie-Style */

.cookie-note                { display: none; position: fixed; bottom: 0em; width: 100%; z-index: 1000; background-color: #cdced4; text-align: center; font-display:auto; }
    .cookie-note > div { width: 100%; max-width: 1000px; padding: 15px 0px; font-size: 14px; line-height: 22px; margin: auto; text-align: left; color: #696969; }
.cookie-note .cookie-close  { cursor: pointer; margin-top:10px; display:block; }