/**
----------------------------------------------------------
General Elements
---------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	vertical-align: top;
 	border-spacing: 0;
}

body {
	color: #404040;
	background: #a4d0f6 url(images/page_bg.jpg) repeat-x;
}

/* Font Size */
body, td, th {
	font: normal 12px Arial, sans-serif;
}

/* Links */
img, a:link img, a:visited img, a:hover img, a:focus img, a:active img {
	border: 0;
}

a:link, a:visited {
	color: #2b69a4;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #ff7400;
	text-decoration: none;	
}

.block_links a:link, .block_links a:visited {
	height: 28px;
	display: block;
	padding: 12px 8px 0 8px;
	color: #ffffff;
	text-decoration: none;
	margin-right: 3px;
}
.block_links a:hover, .block_links a:focus, .block_links a:active {
	background: #202020;
	text-decoration: none;
}

a.error:link, a.error:visited {
	color: #f00000;
	text-decoration: none;
}
a.error:hover, a.error:focus, a.error:active {
	color: #ff0000;
	text-decoration: underline;	
}
.tright {
	text-align: right;	
}
a.inactive, a.inactive:visited {
	color: #a0a0a0;
}
a.inactive:hover {
	color: #ff7400;
}

/* External Links */
a.extern {
	background: url(gfx/extern_link.gif) transparent no-repeat right;
	padding-right: 11px;
	margin-right: 2px;
	font-weight: bold;
}
a.extern:visited {
	color: #a0a0a0;
}
.bold {
	font-weight: bold;	
}

/* Headlines */
h1, h2, h3 {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 20px;
	margin-bottom: 5px;
}

h2 {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;	
}
.headline_medium {
	font-size: 14px;	
	font-weight: bold;
}

/* Paragraphs */
p {
	margin-bottom: 15px;
	line-height: 1.5em;
}
p.large {
	margin-bottom: 25px;
}
p.introduction:first-letter {
	font-size: 200%;
	color: #d90000;	
}
/* Lists */
ul {
	list-style: square;
	margin: 5px 0px 15px 0px;

}
ol {
	margin-left: 10px;
}
li {
	margin-left: 20px;
	margin-bottom: 3px;
	vertical-align: middle;
}
hr {
	background-color: #a0a0a0;
	color: #a0a0a0;
	border: 0;
	height: 1px;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 15px;
}

/* Pictures */
.left {
	float: left;
	}
.right {
	float: right;
	}
.center {
	text-align: center;
	}
.alignleft {
	float: left;
	margin:0px 20px 10px 0px;
	border:1px solid grey;
	padding:5px;
	}
.alignright {
	float: right;
	margin:0px 0px 10px 20px;
	border:1px solid grey;
	padding:5px;
	}

/* Flash Movies */

embed#alignleft {
	margin:0px 20px 10px 0px;
	border:1px solid grey;
	padding:5px;
	}
	
embed#alignright {
	margin:0px 0px 10px 20px;
	border:1px solid grey;
	padding:5px;
	}	
/**
----------------------------------------------------------
General Classes
---------------------------------------------------------- */
.nospace {
	margin: 0;
	padding: 0;	
}
.tiny {
	font-size: 10px;	
}
.hidden {
	display: none;	
}
.vhidden {
	visibility: hidden;	
}

.floatr {
	float: right;	
}
.floatl {
	float: left;	
}

.big {
	font-size: 13px;
}
.error {
	color: #f00000;	
}
.light {
	color: #a0a0a0;	
}
.center {
	text-align: center;	
}
.noborder {
	border: 0;	
}

/**
----------------------------------------------------------
Explicit Areas
---------------------------------------------------------- */
div#global {
	width: 840px;
	margin: 0 auto;
	background: transparent;
}
div#bg_left {
	width: 20px;
	height: 700px;
	background: url(images/page_borderleft.jpg) repeat-y top left;
	float: left;
	margin-left: -20px;
}
div#bg_right {
	width: 20px;
	height: 700px;
	background: url(images/page_borderright.jpg) repeat-y top left;
	float: right;
	margin-right: -20px;
}
div#main {
	width: 800px;
	padding: 0 20px;
	margin-left: 0px;
	background: url(images/content_bg.jpg) repeat-y top left;
}
/** Header
---------------------------------------------------------- */
div#header {
	color: #ffffff;
	height: 230px;
}
div#header_image {
	/*background: url(images/header.jpg) no-repeat top left;   */
	height: 170px;
}
div#header_image h1 {
	display: none;
}

/* Navigation */
div#main_navbar {
	height: 30px;
	background: #707070;
}
div#sub_navbar {
	height: 30px;
	background: #404040;	
}
div#main_navbar ul {
	list-style: none;
	margin:0;
	padding:0;
}
div#sub_navbar ul {
	padding: 8px 30px;
	margin:0;
}
div#main_navbar li, div#sub_navbar li {
	float: left;
	margin: 0;
	text-align: center;
	font-size: 12px;
}
div#sub_navbar li {
	padding-right: 30px;
}
div#main_navbar a:link, div#main_navbar a:visited,
div#sub_navbar a:link, div#sub_navbar a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
div#main_navbar a:hover, div#main_navbar a:focus, div#main_navbar a:active,
div#sub_navbar a:hover, div#sub_navbar a:focus, div#sub_navbar a:active {
	color: #ABC8E2;
	text-decoration: underline;
	font-weight: normal;
}

div#main_navbar ul li.page-item-126 a {background: url(images/button_start_de.jpg) no-repeat top left; display: block; width: 77px; height: 30px; font-size:0px;}
div#main_navbar ul li.page-item-126 a:hover {background: url(images/button_start_hover_de.jpg) no-repeat top left;}
div#main_navbar ul li.page-item-128 a {background: url(images/button_start_en.jpg) no-repeat top left; display: block; width: 77px; height: 30px; font-size:0px;}
div#main_navbar ul li.page-item-128 a:hover {background: url(images/button_start_hover_en.jpg) no-repeat top left;}

div#main_navbar ul li.page-item-2 a {background: url(images/button_beginners_de.jpg) no-repeat top left; display: block; width: 103px; height: 30px; font-size:0px;}
div#main_navbar ul li.page-item-2 a:hover {background: url(images/button_beginners_hover_de.jpg) no-repeat top left;}
div#main_navbar ul li.page-item-4 a {background: url(images/button_beginners_en.jpg) no-repeat top left; display: block; width: 103px; height: 30px; font-size:0px;}
div#main_navbar ul li.page-item-4 a:hover {background: url(images/button_beginners_hover_en.jpg) no-repeat top left;}

div#main_navbar ul li.page-item-6 a {background: url(images/button_experienced_de.jpg) no-repeat top left; display: block; width: 115px; height: 30px; font-size:0px;}
div#main_navbar ul li.page-item-6 a:hover {background: url(images/button_experienced_hover_de.jpg) no-repeat top left;}
div#main_navbar ul li.page-item-8 a {background: url(images/button_experienced_en.jpg) no-repeat top left; display: block; width: 130px; height: 30px; font-size:0px;}
div#main_navbar ul li.page-item-8 a:hover {background: url(images/button_experienced_hover_en.jpg) no-repeat top left;}

div#main_navbar ul li.page-item-10 a {background: url(images/button_courses_de.jpg) no-repeat top left; display: block; width: 120px; height: 30px; font-size:0px;}
div#main_navbar ul li.page-item-10 a:hover {background: url(images/button_courses_hover_de.jpg) no-repeat top left;}
div#main_navbar ul li.page-item-12 a {background: url(images/button_courses_en.jpg) no-repeat top left; display: block; width: 140px; height: 30px; font-size:0px;}
div#main_navbar ul li.page-item-12 a:hover {background: url(images/button_courses_hover_en.jpg) no-repeat top left;}

div#main_navbar ul li.page-item-14 a {background: url(images/button_infos_de.jpg) no-repeat top left; display: block; width: 80px; height: 30px; font-size:0px;}
div#main_navbar ul li.page-item-14 a:hover {background: url(images/button_infos_hover_de.jpg) no-repeat top left;}
div#main_navbar ul li.page-item-16 a {background: url(images/button_infos_en.jpg) no-repeat top left; display: block; width: 80px; height: 30px; font-size:0px;}
div#main_navbar ul li.page-item-16 a:hover {background: url(images/button_infos_hover_en.jpg) no-repeat top left;}

div#main_navbar ul li.page-item-18 a {background: url(images/button_contact_de.jpg) no-repeat top left; display: block; width: 100px; height: 30px; font-size:0px;}
div#main_navbar ul li.page-item-18 a:hover {background: url(images/button_contact_hover_de.jpg) no-repeat top left;}
div#main_navbar ul li.page-item-20 a {background: url(images/button_contact_en.jpg) no-repeat top left; display: block; width: 100px; height: 30px; font-size:0px;}
div#main_navbar ul li.page-item-20 a:hover {background: url(images/button_contact_hover_en.jpg) no-repeat top left;}

div#main_navbar div#flags_language_selector-de {text-align: right; background: url(images/button_flags_de.jpg) no-repeat top left; display: block; width: 185px; height: 30px; padding-right: 20px;}
div#main_navbar div#flags_language_selector-en {text-align: right; background: url(images/button_flags_en.jpg) no-repeat top left; display: block; width: 150px; height: 30px; padding-right: 20px;}

#flags_language_selector-de img, #flags_language_selector-en img {
      margin: 8px 3px;
}

/** Content
---------------------------------------------------------- */
div#content_area {
	background: #ffffff;
}
div#content_topborder {
	/* background: url(images/content_bordertop.jpg) repeat-x; */
	height: 10px;
}
div#content_bottomborder {
	background: url(images/content_borderbottom.jpg) repeat-x;
	height: 10px;
	margin: 0 -5px;
}
div#content {
	padding: 20px 30px;	
	min-height: 500px;
	overflow: hidden;
	text-align: justify;
}

div#content h1 {
	margin-bottom: 20px;
  border-bottom:1px dotted black;	
}

div#content h2 {
	margin-bottom: 20px;	
}

div#content div#left_col {
	float: left;
	width: 470px;
}
div#content div#right_col {
	float: right;
	width: 230px;
}

div#main_content {
	width: 470px;
	padding: 10px;

}

div#sidebar {
	float: right;
	width: 260px;
	background: #e0e0e0;
	margin-left: 20px;
	padding: 10px;
	min-height: 490px;	
}
div#sidebar img {
	margin-bottom: 15px;
}

div.box {
	width: 230px;
	font-size: 11px;
	background: url(images/box_bg.jpg) repeat-y top left;
}

div.box_head {
	padding: 6px 21px 0px 11px;
}

h2.box_head{
  margin:0;
  font-weight:bold;
}

div.box_head hr{
  margin-bottom:0;
}

div.box_content {
	padding: 3px 21px 10px 11px;
}
div.box_content img {
	margin-bottom: 5px;
}

div.box_content ul{
  list-style-type: none;
}

div.box_content ul li{
  margin-left: 0;
}

div.box_top {
	height: 5px;
	background: url(images/box_top.jpg) repeat-y top left;
}
div.box_bottom {
	height: 10px;
	background: url(images/box_bottom.jpg) repeat-y top left;
}
/** Footer
---------------------------------------------------------- */
div#footer {
	height: 90px;
	background: url(images/footer_bg.jpg) repeat-x top left;
	text-align: center;
}
div#footer_content {
	width: 760px;
	font-size: 10px;
	background: #707070;
	margin: 0 auto;
	padding: 10px 20px 0;
	color: #fff;
	height: 15px;
}
div#footer_content div ul {
	list-style: none;
	margin:0;
}
div#footer_content li {
	float: left;
	margin: 0;
	text-align: center;
	padding: 0 5px;
}
div#footer_content a:link, div#footer_content a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
div#footer_content a:hover, div#footer_content a:focus, div#footer_content a:active {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}


