/**
 *	@file: 					main.cs
 *	@description: 	
 *	
 *	@content:				
 *									1. Basic
 *									2. Headlines
 *									3. List
 *									4. Links
 *									5. Clearfix
 *									6. Table
 *									7. Colors
 *									8. Misc
 */
 
 
/*----------------------[ Basic ]-----------------------------------~~*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	height: 100%;	
	font-size: 100.01%;
	color: #4d4d4d;
	font-family: Arial, Verdana, sans-serif;
}

p {
	line-height: 1.5em;
	margin: 0 0 1.35em 0; 
}
 
strong, b { 
	font-weight: bold; 
} 

em, i { 
	font-style: italic;
}

img { 
	border: 0; 
}

input, 
textarea {
	font-family: Arial, Verdana, sans-serif;
}


/*----------------------[ Headlines ]---------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, sans-serif;
	color: #4d4d4d;
	margin: 0 0 0 0;
	font-size: 1.33em;
}

h1 {
	color: #e50514;
	margin: 0 0 1.3em 0;
}

h2 {
	font-size: 1.17em;
	margin: 0 0 .6em 0; 
}

h3 {
	font-size: 1em;
	/* text-transform: uppercase; */
}


/*----------------------[ List ]--------------------------------------*/

ul, ol { 
	margin: 0 0 1em 1em;
}

ul li { 
	list-style-type: disc; 
}

ul ul li { 
	list-style-type: circle; 
}

ol li { 
	list-style-type: decimal; 
}

ol ol li { 
	list-style-type: lower-latin;
}

li { 
	margin-left: 0.8em;
	line-height: 1.5em; 
}


/*----------------------[ Links ]-------------------------------------*/

a,
a:visited { 
	color: #4d4d4d;
	text-decoration: none; 
}

a:focus,
a:hover,
a:active { 
	text-decoration: underline; 
}

a.arrow {
	color: #FF0615 !important;
	font-weight: bold;
	background: url(../images/arrow1.gif) 0 5px no-repeat;
	padding-left: 8px;
}

:focus {
	outline: none;
}


/*----------------------[ Clearfix ]----------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

/* ohne IE Mac \*/
* html .clearfix {
	display: block;
}
/* Ende ohne IE Mac */


/*----------------------[ Table ]-------------------------------------*/

table { }

th, td { }


/*----------------------[ Colors ]------------------------------------*/

.gray {
	color: #4d4d4d;
}

.red {
	color: #e50514;
}

/*----------------------[ Misc ]--------------------------------------*/

.line1 {
	height: 1px;
	background: url(../images/line1.gif) 0 0 repeat-x;
	width: 100%;
	margin-right: 2px;
	line-height: 1px;
}

.ytteg {
	visibility: hidden;
}

.cb {
	clear: both;
}

.csc-textpic-imagewrap {
	margin-bottom: 1em !important;
}

.csc-textpic-border .csc-textpic-imagewrap .csc-textpic-image img {
	border: 1px solid #E9E9E9 !important;
}
