/* Reset
-------------------------------------------- */

/* Reset margins */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,figure,pre,code,ol,ul,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea {
	margin:0;
	padding:0;
}

/* Format basic elements */
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption,th,td {
	text-align:left;
	vertical-align:top;
}
abbr,acronym {
	font-variant:normal;
	border-bottom:1px dotted #666;
	cursor:help;
}
blockquote,q {
	quotes:none;
}
fieldset,img {
	border:0;
}
li {
	list-style-type:none;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
del {
	text-decoration:line-through;
}
ins {
	text-decoration:none;
}
a {
	color:#000;
	text-decoration: none;
}
:focus {
	outline:0;
}

/* Font settings */
body {
	color: #111;
	font: 12px/1.5em 'Lato', sans-serif;
}
input,button,textarea,select {
	font-family:inherit;
	font-size:99%;
	font-weight:inherit;
}
pre,code {
	font-family:"Lucida Console",Monaco,monospace;
	font-size:12px;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
h1 {
	font-size: 1.5em;
	font-weight: 300;
	margin-bottom: 0;
	color: #999;
}
h2 {
	font-size:1.2em;
	font-weight: 300;
	margin-bottom: 0;
	color: #999;
}
h3 {
	font-size:18px;
}
table {
	font-size:inherit;
}
caption,th {
	font-weight:bold;
}

/* Default margins */
h1,h2,h3,h4,h5,h6 {
	margin-top:1em;
	text-transform: lowercase;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form {
	margin-bottom:1.5em; /* Should match the font size */
}

/* General
-------------------------------------------- */
body.home {
	overflow: auto;
}
#wrapper {
	padding: 0 10px 50px;
}
.home #wrapper {
	padding: 0 10px 0;
}
header {
	height: 60px;
}
#container {
}
aside #right {
	margin-left: 5%;
}
footer {
	margin: 50px 0;
}
/* Links
-------------------------------------------- */
div.logo a {
	position: absolute;
	top: 20px;
	left: 0;
	padding-right: 20px;
	font-weight: 700;
	color: #111;
	text-decoration: none;
	border-right: 1px solid #111;
}
div.social_icon
{
	float: left;
	margin-right: 10px;
	padding-bottom: 1.5em;
}
/* Typography
-------------------------------------------- */
.title,
#navAbout h1 {
	font-size: 2em;
	font-weight: 300;
	margin-bottom: 1em;
	text-transform: none;
	clear: both;
}
aside#right #news-archive {
	text-align: right;
}
/* Links
-------------------------------------------- */
.ce_text p a {
	background: url("tl_files/website/layout/images/link.png") left top no-repeat;
	padding-right: 10px;
}
/* Navigation
-------------------------------------------- */
#nav {
	position: absolute;
	top: 20px;
	left: 200px;
}
#nav li {
	float: left;
}
#nav a, #nav span {
	display: block;
	padding: 0 5px;
	text-decoration: none;
	font: 12px/1.5em'Droid Sans', sans-serif;
	color: #111;
	text-transform: lowercase;
}
#nav span {
	cursor: default
}
#nav li:hover, #nav li.active, #nav li.trail {
	background: url("../../tl_files/images/layout/mright.png") right top no-repeat;
}
#nav li:hover span, #nav li.active span, #nav li.trail span {
	background: url("../../tl_files/images/layout/mleft.png") left top no-repeat;
	color: #111;
}
#navAbout {
	text-align: right;
}
#navAbout a, #navAbout span {
	display: block;
	padding: 0 5px;
	text-decoration: none;
	font: 12px/1.5em'Droid Sans', sans-serif;
	color: #999;
	text-transform: lowercase;
}
#navAbout span {
	cursor: default;
}
#navAbout li:hover, #navAbout li.active, #navAbout li.trail {
	color: #111;
}
#navAbout li:hover span, #navAbout li.active span, #navAbout li.trail span {
	color: #111;
}
#metanav {
	position: relative;
	top: 20px;
}
#metanav li {
	float: right;
}
#metanav a, #metanav span {
	display: block;
	padding: 0 5px;
	text-decoration: none;
	font: 12px/1.5em'Droid Sans', sans-serif;
	color: #111;
	text-transform: lowercase;
}
#metanav span {
	cursor: default
}
#metanav li:hover, #metanav li.active, #metanav li.trail {
	background: url("../../tl_files/images/layout/mright.png") right top no-repeat;
}
#metanav li:hover span, #metanav li.active span, #metanav li.trail span {
	background: url("../../tl_files/images/layout/mleft.png") left top no-repeat;
	color: #111;
}
/* Home */
.default .slider-wrapper {position: relative; padding: 15px 0 0 !important; overflow:visible;}
/* Caption style */
/* IE rgba() hack */
.default .flex-caption {width: 100%; position: relative !important; text-align: right;}
.default .flex-caption h4 { margin: 10px 0 0; padding: 0; font-size: 2.5em; line-height: 1.2em; font-weight: 300; letter-spacing: 1px; text-transform: none; color: #333; }
.default .flex-caption p { font-size: 12px; font-weight: 300; color: #666;}

/* Galleries */
section.gallery {
	margin-bottom: 20px;
}
div#galleries .image_container {
	margin: 0 10px 5px 0;
}
div#mbTitle {
	display:none;
}
div#mbNumber {
	margin-left: 0;
}
div#galleries .caption {
	display: none;
}
div.ce_lightboxtext {
	font-size: 1em;
	font-weight: bold;
	color: #111;
	margin-bottom: 40px;
}
/* News */
div.mod_newslist .layout_full {
	margin-bottom: 40px;
}
div.mod_newslist .gallery_image img,
div#vita img {
	float: left;
	margin-right: 50px;
	margin-bottom: 100%;
}
div.mod_newslist .ce_text h1 {
	margin: 0 0 2px;
	font-size: 1em;
	font-weight: bold;
	color: #111;
}
div.mod_newslist .ce_text p {
	padding: 0 150px 0 170px;
}
/* Form */
/* Position und Grundeigenschaften des Formulars definieren */
.ce_form
{
	margin:0;
	padding:0;
}

/* Fieldsets definieren */
.ce_form fieldset
{
	width:80%;
	margin:0 0 30px;
	padding:10px;
	border:1px solid #ccc;
}

/* Fieldset Legenden definieren */
.ce_form fieldset legend
{
	margin:-8px 0 0 -5px;
	padding:0 5px;
	font-weight:bold;
	font-size:1.2em;
	color:#111;
}
/* Labels definieren */
.ce_form label
{
	display:block;
	padding:10px 0 4px;
}
/* einzeilige Textfelder definieren */
.ce_form .text
{
	width:300px;
	margin:0 0 4px;
	padding:6px;
	border:1px solid #efefef;
	font-size:1.3em;
	/* Gecko-Browser (Firefox) */
	-moz-box-shadow:inset 1px 1px 1px #ccc;
	/* Webkit-Browser (Safari, Chrome) */
	-webkit-box-shadow:inset 1px 1px 1px #ccc;
	/* allgemein CSS3 */
	box-shadow:inset 1px 1px 1px #ccc;
}
/* mehrzeilige Textfelder definieren */
.ce_form .textarea
{
	width:300px;
	height:100px;
	margin:0 0 4px;
	padding:6px;
	border:1px solid #efefef;
	font-family:verdana,arial,sans-serif;
	font-size:1.3em;
	line-height:1.6;
	/* Gecko-Browser (Firefox) */
	-moz-box-shadow:inset 3px 3px 6px #cfcfcf;
	/* Webkit-Browser (Safari, Chrome) */
	-webkit-box-shadow:inset 3px 3px 6px #cfcfcf;
	/* allgemein CSS3 */
	box-shadow:inset 3px 3px 6px #cfcfcf;
}
/* Absendeknopf definieren */
.ce_form .submit
{
	width:310px;
	margin:10px 0;
	padding:5px 0;
	font-size:1.6em;
	color:#777;
	letter-spacing:.1em;
	border:none;
	border-radius:6px;
	background:#cfcfcf;

}
/* Fehleranzeige definieren */
.ce_form p.error
{
	width:70%;
	margin:10px 0;
	padding:5px 0 5px 10px;
	font-size:1.2em;
	color:#fff;
	background:#f30;
	/* Gecko-Browser (Firefox) */
	-moz-border-radius:7px;
	/* Webkit-Browser (Safari, Chrome) */
	-webkit-border-radius:7px;
	/* allgemein CSS3 */
	border-radius:7px;
}
/* Hoverzustand ein- und mehrzeilige Textfelder definieren */
.ce_form .text:hover,
.ce_form .textarea:hover
{
	border:1px solid #CF9B9B;
	background:#efefef;
}
/* Fokuszustand einzeiliges Textfeld definieren */
.ce_form .text:focus
{
	width:95%;
	border:1px solid #CF9B9B;
	font-size:2em;
	font-size:normal;
	letter-spacing:.1em;
	background:#ccc;
}
/* Fokuszustand mehrzeiliges Textfeld definieren */
.ce_form .textarea:focus
{
	width:95%;
	height:200px;
	border:1px solid #CF9B9B;
	font-size:2em;
	font-size:normal;
	background:#ccc;
}
