/*
 * CSS-File for
 * UG-SYSTEMS
 * Copyright (c) CLICKSPORTS
 * $Rev: 109 $
 * $Author: mw $
 * $Date$
 *
 */

/* Reset Section */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0px; padding: 0px; }
table { border-collapse: collapse; border-spacing: 0px; }
fieldset,img { border: 0px; }
address,caption,cite,code,dfn,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
q:before,q:after { content:''; }
abbr,acronym { border: 0; }
ul { list-style: none; }
a { text-decoration: none; }

/* Body Section */
body {
	background-image:url(../layout/bg.gif);
	background-position: top center;
	background-repeat:repeat-x;
	color:#2D2D2C;
	font-family:'Arial',Georgia,Helvetica,sans-serif;
	font-size:13px;
	overflow-y: scroll;
}

a, a:active, a:visited { outline: none; }

/* Site Section */
div#site {
	min-height: 100%;
	background-color: #FFFFFF;
	background-image: url(../layout/bg_sys.png);
	background-repeat: no-repeat;
	background-position: 170px bottom;
	width: 901px;
	margin: 0px auto;
	position: relative;

}

/* Header Section */
div#teaser {
	height: 201px;
	border-left:194px solid #5D83B0;
	padding-left:1px;
}

img#logo { position: absolute; right: 0px; }

/* Navigations Section */
/* Metanavigation top */
ul#metanavigation { padding: 18px 0px 16px 0px; }
ul#metanavigation li {
	padding: 0px 6px 0px 7px;
	border-left: 1px solid #5D83B0;
	display: inline;
}

ul#metanavigation li a { font-size: 11px; color: #2D2D2C; }

/* Breadcrumb Section */
ul#breadcrumb {
	width: 665px;
	margin-top: -1px;
	background-color: #3B3B39;
	border-top: 1px solid #FFFFFF;
}
ul#breadcrumb li {
	background-image: url(../layout/bg_breadcrump.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	line-height: 26px;
	padding-left: 15px;
	display: inline;
}

ul#breadcrumb li:first-child { padding-left: 8px; background-image: none; }

ul#breadcrumb li a { font-size: 10px; color: #ffffff; }

/* Navigation Section */
ul#navigation li { margin-bottom: 12px; }
ul#navigation li ul li { margin-bottom: 4px; }
ul#navigation li a {
	margin: 0px 8px;
	text-decoration: none;
	color: #2D2D2C;
	display: block;
}

ul#navigation li a:hover, ul#navigation li a.active { color:#5D83B0; }
ul#navigation li a.active { border-left:1px solid #5D83B0; }

ul#navigation li ul li ul li a { color: #2D2D2C; }

ul#navigation li a.active {
	border-left: 1px solid #5D83B0;
	margin-left: 0;
	padding-left: 7px;
}

ul#navigation li ul li a {
	font-size:11px;
	padding-left:0px;
}

ul#navigation li ul {
	margin-left: 0px;
	padding: 5px 0 0 5px;
}
ul#navigation li ul li { padding-left: 4px; }

/* Wrapper Section */
div#wrapper p { margin: 16px 0px 14px 0px; line-height: 20px; }
div#wrapper img { margin: 3px 5px 3px 3px; border: 1px solid #C0C0C0; /*margin: 16px 6px 6px 6px;*/ }
div#wrapper h1 { font-size: 22px;}

/* Sidebar Section */
div#sidebar {
	width: 178px;
	float: left;
	padding-top: 25px;
}

div#sidebar div#news { font-size: 11px; margin-top: 37px; line-height: 15px; }
div#sidebar div#news p a { border-left: 1px solid #5D83B0; padding-left: 4px; }
div#sidebar div#news p.name a { border-left: none; padding-left: 0px; }
div#sidebar div#news a { color: #5D83B0; }
div#sidebar div#news h1 {
	margin-bottom: 16px;
	color: #5D83B0;
	font-size: 20px;
	font-weight: bold;
}

div#sidebar #news h3 { color: #5D83B0; }
div#sidebar #news li { margin-bottom: 22px; }
div#sidebar #news li p.name { margin-bottom: 0px; }
div#sidebar #news li p.description { margin: 0px; }
div#sidebar #news li p.more { margin-top: 5px; }

/* content Section */
div#content {
	width: 466px;
	float: right;
	padding: 25px 242px 0px 0px;
}

div#content a { color: #5D83B0; }
div#content h1 { color: #5D83B0; font-size: 24px; font-weight: bold; }
div#content h2 {
	border-bottom: 1px solid #c0c0c0;
	padding: 6px 0px 10px 50px;
	display: block;
	color: #C1BDB6;
	font-size: 14px;
}

/* Two Column Content */
div.col-left {
	width: 228px;
	padding-right: 10px;
	float: left;
}

div.col-right {
	width: 228px;
	float: right;
}

/* Form Section for Kontakt*/
input,
textarea,
select,
option {
	color: #2D2D2C;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: none;
	background-color: #ffffff;
}

label { cursor: pointer; }
legend {
    margin: 0px 0px 13px 0px;
    padding: 0px;
    font-size: 14px;
    color: #4B5156;
}


div.input, div.checkbox { margin-bottom: 10px; }
div.input label { width: 170px; display: inline-block; }
div.textarea label { margin-top: 5px; vertical-align: top; }
div.checkbox label {
	width: 315px;
	font-size: 11px;
	display: block;
	float: right;
}

div.input input,
div.input textarea,
div.input select {
    width: 219px;
    padding: 2px 3px;
    border: 1px solid #c0c0c0;
}
div.input select { width: 227px; }
div.input textarea { height: 94px; }

div.checkbox label strong {
	font-size: 12px;
	line-height: 10px;
	text-transform: uppercase;
}

div.submit {
	border: 1px solid #A9A9A9;
	padding: 2px 3px;
	width: 80px;
	margin-bottom: 20px;
	text-align: center;
}

.validation-advice { padding-left: 170px; color: #5D83B0; font-weight: bold; }

/* Clearing Section */
.container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.container {display:block;}
.container {clear:both;}
div.clearer { clear: both; }

/* SupPage Section 2Cols */
div#subsite2cols {
	background-image: url(../layout/bg_sys.png);
	background-repeat: no-repeat;
	background-position: 170px bottom;
	width: 901px;
	margin: 0px auto;
}

div#subsite2cols div#wrapper div#content div#col1 { float: left; width: 266px; line-height: 20px; }
div#subsite2cols div#wrapper div#content div#col2 { float: right; width: 190px; }
div#subsite2cols div#content div#headlines { margin-bottom: 19px; }

div#subsite2cols div#wrapper div#content div#col1 p { margin: 16px 0px 14px 0px; line-height: 20px; }
div#subsite2cols div#wrapper div#content div#col2 img { border: 1px solid #c0c0c0; margin: 16px 6px 6px 42px; }
