/*! normalize.css v1.0.2 | MIT License | git.io/normalize | 1.0.2 Includes legacy browser support */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Clearfix */
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both; }
.cf { *zoom: 1; }
/* / Clearfix */

.borderbox {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box; *behavior: url(js/boxsizing.htc);
}

html,
body { height: 100%; }

body {
	background: #f7f7fa url(/blinx-web/r/images/bg_page.jpg) center 0 no-repeat fixed;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h1 {
	font-size: 22px;
	color: #535353;
}

h2, h3, h4, h5, h6 {
	color: #535353;
}

p { font-size: 14px; }

a { text-decoration: none; } 
a:link { color: #3E78D9; }
a:active { color: #1c4990; }
a:hover { color: #739ee3; text-decoration: underline; }
a:visited { color: #1c4990; }

/* Stile Rahmengestaltung */
#page,
footer { width: 960px; }

#page {
	min-height: 100%;
	margin: 0 auto;
}

header {
	position: relative;
	padding: 25px 0 0 0;
}

header > .logo-nec { margin: 0 0 35px 0; }

header > .logo-nec p {
	font-size: 12px;
	color: #9f9f9f;
	margin: 5px 0 0;
}

.content-wrap { padding-bottom: 4em; }

.content {
	min-height: 500px;
	background: #fff;
	border: 1px solid #d5d5d5;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
	padding: 20px 30px 40px 30px;
}

footer {
	height: 1.5625em;
	margin: -1.5625em auto 0 auto;
}

footer > p {
	float: left;
	font-size: 0.75em;
	margin: 0;
}

footer > p + p { float: right; }

footer a:link { 	color: #333;}
footer a:active { 	color: #333;}
footer a:hover { 	color: #333; text-decoration: underline; }
footer a:visited { 	color: #333;}

/* Navigation */
nav.main > ul {
	padding: 0;
	margin: 0;
}

nav.main > ul > li {
	float: left;
	position: relative;
	border: 1px dashed #d5d5d5;
	border-left-width: 0;
	border-bottom-width: 0;
	margin-top: 8px;
}

nav.main > ul > li:first-child { border-left-width: 1px; }

nav.main > ul > li:first-child + li,
nav.main > ul > li:first-child + li ~ li { margin-left: -1px }

nav.main > ul > li.active {
	position: relative;
	border: 1px solid #d5d5d5;
	border-bottom-width: 0;
	border-radius: 8px 8px 0 0;
	background-color: #fff;
	margin-top: 0px;
}

nav.main > ul > li.active:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	height: 5px;
	background: #fff;
}

nav.main > ul > li.active:after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 8px 8px 0 0;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1);	
}

nav.main > ul > li > a {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #737373;
	text-decoration: none;
	-webkit-transition: color .5s;
	   -moz-transition: color .5s;
		-ms-transition: color .5s;
		 -o-transition: color .5s;
			transition: color .5s;
	padding: 10px 20px 10px 65px;
}

nav.main > ul > li > a:hover { color: #333; }

nav.main > ul > li.no-txt > a {
	width: 60px;
	text-indent: -99999em;
	white-space: nowrap;
	padding-right: 0;
	padding-left: 0;	
}

nav.main > ul > li.active > a {
	color: #333;
	padding-top: 18px;
	margin-top: 0px;
}

nav.main > ul > li > a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 50px;
	height: 36px;
	background: url(/blinx-web/r/images/sprite.png) 0 -36px no-repeat;
	margin-top: -18px;
}

nav.main li.no-txt a:before { left: 5px; }

nav.main .home a:hover:before,
nav.main .home.active a:before { 		background-position: 0 0; }

nav.main .upload a:before { 			background-position: -50px -36px; }
nav.main .upload a:hover:before,
nav.main .upload.active a:before { 		background-position: -50px 0; }

nav.main .download a:before {			background-position: -100px -36px; }
nav.main .download a:hover:before,
nav.main .download.active a:before {	background-position: -100px 0; }

nav.main .help a:before {			background-position: -150px -36px; }
nav.main .help a:hover:before,
nav.main .help.active a:before {	background-position: -150px 0; }

nav.main .language a {
	font-weight: normal;
	outline: none;
}

nav.main .language > a {
	padding-left: 55px;
} 
nav.main .language a:before {			
	background-position: -200px -36px; 
	left: 4px;
	width: 50px;
}
nav.main .language a:hover:before,
nav.main .language.active a:before {	
	background-position: -200px 0; 
}

/* Language selection */
.languageList {
	z-index: 0;
	width: 100%;
	position: absolute;
	background: #fff;
	border: 1px solid #d5d5d5;
	border-top: none;
	border-radius: 0 0 8px 8px;
	display: none;
	left: -1px;
}

.languageList:after {
	content: "";
	z-index: -1;
	position: absolute;
	display: block;
	top: -53px;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1);	
}

.languageList ul {
	text-align: right;
	padding: 10px 20px 20px 20px;
	margin: 0;
}

.languageList a { 
	text-decoration: none; 
} 
.languageList a:link { color: #3E78D9; }
.languageList a:active { color: #1c4990; }
.languageList a:hover { color: #739ee3; text-decoration: underline; }
.languageList a:visited { color: #3E78D9; }

/* Benutzerinfo */
.user-info {
	position: absolute;
	bottom: -1px;
	right: 0;
	background: #fff;
	border: 1px solid #d5d5d5;
	border-bottom-style: dashed;
	border-radius: 5px 5px 0 0;
	padding: 10px 32px 10px 20px;
}

.user-info:after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}

.user-info p {
	font-size: 12px;
	color: #737373;
	margin: 3px 0;
}

.user-info .logout {
	display: block;
	position: absolute;
	top: 8px;
	right: 8px;
	width: 20px;
	height: 20px;
	background: url(/blinx-web/r/images/sprite.png) -23px -73px no-repeat;
}

.user-info .logout:hover { background-position: -1px -73px }

/* Inhalt */
.backlink {
	text-align: right;
	margin: -5px 0 -14px 0;
}

.backlink a {
	position: relative;
	text-decoration: none;
	color: #3e78d9;
	padding-left: 20px;
}

.backlink a:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 50%;
	width: 16px;
	height: 16px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMAgMAAAArG7R0AAAADFBMVEX///8+eNk+eNk+eNnFA79qAAAAA3RSTlMAYOA/gU0BAAAAJElEQVR4XiXJOQoAABDCwFR+d/9/ugGLMIJA7KRSqayYYx9neVj3DrPdAx30AAAAAElFTkSuQmCC) center center no-repeat;
	margin-top: -8px;
}

.btn.actioncol {
	margin: 2px 2px 2px 6px;
}

.upload_warning {
	font-size: 14px;
	margin-bottom: 30px;
}

.upload_warning .highlight {
	color: #e44d4d;
	font-weight: bold;
}

/* Media Queries */
@media all and (max-width:1024px) {	
	#page,
	footer {
		width: 95%;
		min-width: 600px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

