/* @group General Styles */

body {
	background: #505050;
	margin: 20px;
	text-align: center;
	color: #373737;
	padding: 0px;
	font: 0.75em helvetica, arial, sans-serif;
	/*letter-spacing: 1px;*/
	/*line-height: 2.0em;*/
	padding: 0;
}

p {
}

b, strong {

}

a:link, a:visited {
	color: #f66024;
	text-decoration: none;
}

a:hover, a:active {
	color: #f66024;
}

img {
	border-style: none;
}

/* @end */

/* @group Layout */

#container {
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	color: #333333;
}

.clearer {
	clear: both;
}

#pageHeader {
	background: #000000;
	height: 110px;
	margin-bottom: 15px;
	position: relative;
}

#pageHeader img {
	position: absolute;
	top: 15px;
	left: 10px;
}

#pageHeader h1 {
	color: #ffffff;
	margin: 0px;
	padding: 30px 20px 0px 20px;
	letter-spacing: 2px;
	font-size: 2.2em;
}

#pageHeader h2 {
	color: #cccccc;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0px;
	padding-left: 20px;
	font-size: 1.5em;
}

#contentContainer {
	padding: 0px;
	margin: 0px 190px 15px 0px;
	position: relative;
	z-index: 10;
}

#contentContainer #content {
	padding: 20px;
	background: #ffffff;
	border: 1px solid #ccc;
	
	background-image: url(../../fileadmin/images/contentbkg.png);
	background-repeat: no-repeat;
	height: 450px;
	overflow: auto;
}

#sidebarContainer {
	float: right;
	width: 170px;	
	padding: 0px 0px 0px 0px;
	position: relative;
}

#sidebarContainer #sidebar {
	/*padding: 0px 10px 10px;*/
}

#sidebarContainer .sideHeader {
	/*padding: 10px 10px 0;*/
	/*margin: 0 -10px;*/
	/*font-weight: bold;*/
	color: #0074d8;
}


#footer {
	text-align: left;
	height: 50px;
	background: #000000;
}

#footer p {
	color: #ffffff;
	padding-top: 15px;
	padding-left: 20px;
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
	color: #ffffff;
	text-decoration: none;
}
	
/* @end */


/* @group Bread-crumb */

#breadcrumbcontainer {
	text-align: left;
	border: 1px solid #bdbdbd;
	margin-bottom: 15px;
	padding: 10px 0px 10px 20px;
	background: #f1f1f1;
}

/* @end */

/* @group Toolbar */

/* Toolbar Styles */

/* @end */

/* @group Global Classes */

blockquote, .standout {
	font-style: italic;
	color: #666666;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {
}

/*#content {
}
*/

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}


/* Table Styles */
table {
	font-size: 1em;
}
/* @end */



/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
/* @end */

/* @group Sidebar container */
#sidebarContainer {
	float: right;
}
/* @end */


#languages {
	right: 10px;
}

#logo {

}

/* @group main container */
/* This is the default width for this theme. We need this file as we have to set a default css file for the theme variations. */
#container {
	width: 900px;
}
/* @end */


