@CHARSET "UTF-8";
/*
 * General stuff
 * Farben:
 * grün: #7a9f32
 * a active #577a12
 * a visited #7a9f32
 * helleres grün: #add361
 * headerfarbe: #8e98a8; #818c9e; 
 * dunkle headerfarbe: #495872
 * helle Headerfarbe: #d1d5db;
 * headerlinks: #a4acb8
 */
	body#standard
	{
		background: #818c9e url( /images/template_bg.jpg ) repeat-y;
		font-family: Helvetica, Arial, sans-serif;
		position: relative;
		text-align: left;
	}

/*
 * Layout
 */
	div.indent
	{
		width: 915px;
		margin: 0 0 0 15px;
	}
	
	div#skyscraper
	{
		position: absolute;
		left: 930px;
		top: 15px;
		
		background: transparent;
		width: 150px;
		height: 800px;
	}
	
	div#header
	{
	
	}
	
		div.form_login
		{
			margin: 20px 25px 0 0;
			float: right;
			width: 210px;
		}
		
			div.form_login div.loginheader, div.form_login a.loginheader
			{
				color: #add361;
				font-size: 1.2em;
			}
			div.form_login a.loginheader
			{
				font-size: 1em;
			}			
		
			div.form_login input.text
			{
				width: 80px;
				border: 0;
				background-color: #8e98a8;
				color: #d1d5db;
				font-size: .8em;
				float: left;
				margin: 5px 5px 0 0;
			}

			div.form_login div.logingreeting
			{
				width: 195px;
				border: 0;
				padding: 0px;
				margin: 5px 0px 0px 0px;
			}
						
			div.form_login div.logingreetingtext
			{
				width: 185px;
				border: 0;
				background-color: #8e98a8;
				color: #d1d5db;
				font-size: 1em;
				float: left;
				padding: 3px 5px 3px 5px;
			}			
			
			div.form_login a.submit
			{
				display: block;
				float: left;
				height: 25px;
				width: 10px;
				background: transparent url( /images/content/arrow_white_right.png ) no-repeat 0 0px;
				margin: 13px 5px 0 0;
			}
			
			div.form_login input.submit
			{
				display: none;
			}
			
			div.form_login input.submitinvis
			{
				width:0px;
				height:0px;
				border:none;
				padding:0px;
				font-size:0px;
				position:absolute;
				left:-500px;
				top:-500px;
			}
			
		div#leaderboard
		{
			background: transparent;
			width: 728px;
		}
	
		img#logo
		{
			margin: 15px 0 15px 0;
		}
		
		div#header ul
		{
			list-style: none;
			margin: 15px 0 0 0;
		}
			
			div#header ul li
			{
				float: left;
				margin-right: 5px;
			}
			
			div#header ul li.dot
			{
				width: 10px;
				background: transparent url( /images/template_dot.png ) no-repeat 4px 8px;
			}
			
				div#header ul li a:link, div#header ul li a:visited
				{
					text-decoration: none;
					color: #a4acb8;
					font-size: 1.1em;
					letter-spacing: .025em;
				}
				
				div#header ul li a:hover, div#header ul li a:active
				{
					color: #fff;
				}
				
				div#header ul li.active a:link, div#header ul li.active a:visited
				{
					color: #fff;
				}
				
		div#header ul.small
		{
			margin: 0;
		}
		
			div#header ul.small li
			{
				font-size: 1em;
			}
	
		div#header div.content_border_top
		{
			height: 34px;
			background: transparent url( /images/template_content_border-top.png ) repeat-x;
		}
		
	div#content
	{
		background-color: white;
		color: #333;
		padding: 1px 0 1px 0; /* FF 2 Fix */
	}
	
		div#content div.indent
		{
			width: 910px;
			padding: 0 0 0 20px;
			margin: 0;
		}
		
		div#content div.row
		{
			padding: 15px 0 15px 0;
			float: left;
			margin-right: 20px;
		}
	
		div#content div.first
		{
			margin-right: 30px;
		}
	
		div#content div.wide
		{
			width: 524px;
		}
		
			div#content div.wide_bordered
			{
				width: 523px;
				border-left: 1px solid #e4e4e4;
			}
		
		div#content div.side
		{
			width: 336px;
		}
		
			div#content div.side_bordered
			{
				width: 335px;
				border-left: 1px solid #e4e4e4;
			}
		
        div#content div.half
        {
            width: 210px;
        }
            div#content div.half ul
            {
              list-style: none;
              margin: 0;
            }   
            
            div#content div.half ul li
            {
                margin-left: 0px;
            }                 
        		
		div#content h1,
		div#content div.headline,
		div#content div.subline,
		div#content div.letter
		{
			font-size: 2em;
			line-height: 1.1em;
			color: #333;
		}
		div#content div.subline
		{
			font-size: 1.5em;
			margin-top: 50px;
		}
        div#content h2
        {
            font-size: 1em;
            font-weight:bold;
            color: #7a9f32;       
        }		
        div#content div.letter
        {
            padding:8px 0px 5px 0px;
            font-size: 1.5em;
        }		
		
			div#content div.headline span,
			div#content div.subline span,
			div#content h1 span,
			div#content p span
			{
				color: #7a9f32;
			}

		div#content hr
		{
			padding: 10px 0 10px 0;
			margin: 0;
			background-color: transparent;
			border-top: 1px solid #e5e5e5;
		}
		
		div#textflow
		{
			width: 100%;
			position: relative;
			text-align: center;
		}
            div#textflow a.inner
            {
                font-size: 1.4em;
                font-weight: bold;
                color: #495872;
            }		
			div#textflow a.info
			{
				font-size: .8em;
				color: #b1b5bc;
			}

        #register_box form label {
            display:inline;
            float:left;
            width:150px;
            padding:7px 0px 0px 0px;
        }
        #register_box form div.newsletterbox label.headline {
                    font-weight: bold;
                    padding:0px;
                } 
        #register_box form div.newsletterbox ul.checkbox_list li {
                    list-style: none;
                }    
        #register_box form div.newsletterbox ul.checkbox_list {
                    margin:0;
                }    
        #register_box form div.newsletterbox ul.checkbox_list li label {
            display:inline;
            float: none;
            padding: 0px 0px 0px 10px;
                }   
        #register_box form div input[type="password"], 
        #register_box form div input[type="text"] {
            width: 200px;
                }    
        #register_box form div select {
            width: 203px;
                } 
        #register_box form div input.text, 
        #register_box form div input.title {
            width: 200px;
            padding: 0px;
            margin: 0.5em 0;
            background-color: #fff;
            border: 1px solid #7a9f32;  
        }                                  
        #register_box .button {
        margin-top:18px;
        }
        #content .button {
        background:transparent url(/images/content/buttons/form_button_arrow.gif) no-repeat scroll left top;
        display:block;
        float:left;
        height:25px;
        padding-left:15px;
        }
        #content .button span {
        background:transparent url(/images/content/buttons/form_button_body.gif) no-repeat scroll right top;
        display:block;
        height:25px;
        line-height:22px;
        padding-right:10px;
        }
	
	div#footer
	{
		color: #96a5c0;
		font-size: .8em;
		padding: 0 0 30px 0;
	}
		
		div#footer div.content_border_bottom
		{
			height: 34px;
			background: transparent url( /images/template_content_border-bottom.png ) repeat-x;
		}
		
		div#footer ul
		{
			list-style: none;
			margin: 0;
		}
		
			div#footer ul li
			{
				float: left;
				margin-right: 5px;
			}
			
			div#footer ul li.dot
			{
				width: 10px;
				background: transparent url( /images/template_dot.png ) no-repeat 3px 4px;
			}
			
				div#footer ul li a:link, div#footer ul li a:visited
				{
					text-decoration: none;
					color: #6b7a95;
				}
				
				div#footer ul li a:hover, div#footer ul li a:active
				{
					color: #fff;
				}
				
/*
 * Other stuff
 */
a:link, a:visited
{
	text-decoration: none;
	color: #7a9f32;
}

a:hover, a:active
{
	color: #577a12;
}
div#current_url
{
    display: none;
}

.colortext {
    font-weight:bold;
    color: #7a9f32;
}
.sortimage {
	padding:4px;
	vertical-align:middle;
}
.branchtable th {
	color:#333333;
	font-size:2em;
	line-height:1.1em;
}
.branchtable td {
	padding:4px;
}
.sf_comment {
	padding-left:20px;	
}
.sf_comment_text {
	margin:0 0 1.5em;
}
/*
 * Step by Step manual
 */
div.step_by_step_title {

}

    div.step_by_step_title img.number {
        float: left;
    }

    div.step_by_step_title h2 {
        margin: 10px 0 0 20px;
        float: left;
        font-size: 1.9em !important;
        font-weight: normal !important;
    }

    div.step_by_step_title img.screenshot {
        clear: both;
        display: block;
    }
    
    div.step_by_step_title p {
        margin: 10px 0 0 70px;
        width: 475px;
    }

div.step_by_step_divider {
    display: block;
    width: 90%;
    height: 1px;
    margin: 20px 0 30px 5%;
    background-color: #7A9F32;
}