/* General */
html, address, blockquote, body, dd, div,  dl, dt, fieldset, form, frame, frameset, h1, h2, h3, h4, h5, h6, noframes, ol, p, ul, center, dir, hr, menu, pre {
	display: block;
}
html, body {
	margin: 0;
	padding: 0;
	height:100%;
}
body {
	font-family: helvetica, arial, sans-serif;
	font-size: 0.8em;
	line-height: 18px;
	color: #333;
	background:#fff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
	height: 100%;
	min-height: 100%;
}
img {
	border: 0px;
}
h1 {
	font-size: 1.3em;
	line-height: 1.2em;
	margin: .67em 0;
	color: #243a8c;
	letter-spacing: 1px;
}
.section{
	padding: 5px;
	color: #f60;
	background-color:#eef;
	text-align:center;
	border-bottom:#F60 solid 1px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #f60;
	margin: .67em 0;
}
h3 {
	font-size: 1.1em;
	font-style:italic;
	color: #aaa;
	letter-spacing: 1px;
	margin: .67em;
	line-height:1.2em;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	color: #243a8c;
	margin-bottom: 3px;
	margin-top: 5px;
}
h5 {
	font-size: 14px;
	font-weight: normal;
	color: #493003;
	padding: 0px;
	margin:0px;
}
h6 {
	font-size: 14px;
	font-weight: normal;
	color: #00f;
	padding: 0px;
	margin:0px;
}


.menu h1 a:link {
	color:#f60;
	font-weight: bold;
	text-decoration: none;
}
.menu h1 a:visited {
	color:#f60;
	font-weight: bold;
	text-decoration: none;
}
.menu h1 a:hover {
	color:#f60;
	font-weight: bold;
	text-decoration: none;
}
.menu h1 a:active {
	color:#f60;
	font-weight: bold;
	text-decoration: none;
}
.menu h2 a:link {
	color:#eee;
	text-align:center;
	font-weight: bold;
	text-decoration: none;
	margin: 0 10px;
	font-size: 1.0em;
	display: inline;
}
.menu h2 a:visited {
	color:#eee;
	text-align:center;
	font-weight: bold;
	text-decoration: none;
	margin: 0 10px;
	font-size: 1.0em;
	display: inline;
}
.menu h2 a:hover {
	color:#f60;
	text-align:center;
	font-weight: bold;
	text-decoration: none;
	margin: 0 10px;
	font-size: 1.0em;
	display: inline;
}
.menu h2 a:active {
	color:#eee;
	text-align:center;
	font-weight: bold;
	text-decoration: none;
	margin: 0 10px;
	font-size: 1.0em;
	display: inline;
}
#left_col h1 a:link, #left_col h1 a:visited, #left_col h1 a:hover, #left_col h1 a:active {
	color:#f60;
	font-size: 1.2em;
	text-align:left;
	font-weight: bold;
	text-decoration: none;
	display: block;	
	padding: 5px 0px 10px 10px;
	border-bottom: #ccc 1px solid;
}
#left_col h2 a:link {
	color:#39f;
	text-align:left;
	font-weight: bold;
	text-decoration: none;
	display: block;	
	padding: 5px 0px 10px 10px;
	border-bottom: #ccc 1px solid;
}
#left_col h2 a:visited {
	color:#39f;
	text-align:left;
	font-weight: bold;
	text-decoration: none;
	display: block;	
	padding: 5px 0px 10px 10px;
	border-bottom: #ccc 1px solid;
}
#left_col h2 a:hover {
	color:#f60;
	text-align:left;
	font-weight: bold;
	text-decoration: none;
	display: block;	
	padding: 5px 0px 10px 10px;
	border-bottom: #ccc 1px solid;
}
#left_col h2 a:active {
	color:#06f;
	text-align:left;
	font-weight: bold;
	text-decoration: none;
	display: block;	
	padding: 5px 0px 10px 10px;
	border-bottom: #ccc 1px solid;
}
#menu h1 {
	letter-spacing: 1px;
	font-size: 1.2em;
	margin: 0 10px;
	display: inline;
}
#menu h2 {
	margin: 0 10px;
	font-size: 1.0em;
	display: inline;
}

















/* placement */
#wrapper {
	min-height: 100%;
	height: 100%;
	position: relative;
}
#top {
	margin: 0;
	padding: 10px 0;
	width: 100%;
	height: 96px;
	text-align:center;
	background-color:#fff;
	z-index:10;
	clear:both;
}
#menu {
	color:#666;
	width: 100%;
	min-width: 950px;
	height: auto;
	text-align: center;
	background:#000;
	padding: 5px 0px 5px 0px;
	clear:both;
}
#page {
	width: 80%;
	min-width: 950px;
	min-height: 100%;
	margin: 0px auto;
	padding: 2px 20px;
	text-align: left;
	background:#fff;
}
#left_col {
	width: 200px;
	min-height: 400px;
	float: left;
	margin: 20px 10px 0px 0px;
	padding: 0px 5px 0px 0px;
}
#right_col {
	width: 240px;
	min-height: 400px;
	float: right;
	margin: 30px 0px 0px 10px;
	padding: 0px 0px 0px 5px;
	border-left: 1px #F60 solid;
}
#right_col h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #f60;
	margin: 0 0 .67em 0;
	border-bottom: #f60 1px solid;
}
#content {
	margin: 30px 300px 0 240px;
	width: auto;
	min-height: 400px;
}
#footer {
	background-repeat: no-repeat;
	width:100%;
	min-width: 790px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
/* Twitter Feed */
div .twitter_div {
	font-size: 0.85em;
	text-align: left; /* makes the Twitter updates text justified */
}
.twitter_div ul {
	margin: 0px 10px 0px 10px; /* positions the Twitter update text 10 pixels from the right and 10 pixels from the bottom.  This makes the text line up properly in the Twitter block. */
	padding: 0px 0px 10px 0px; /* sets the padding of the Twitter update text to 10 pixels from the bottom */
}
.news_list, #twitter_update_list li {
	margin: 10px 0px 0px 0px; /* separates the Twitter updates with a 10 pixel margin at the top between each of the updates */
	padding: 0px 0px 10px 0px; /* gives a 10 pixel padding between each of the Twitter updates on the bottom */
	list-style-type: none; /* gets rid of the bullet point next to each of the Twitter updates */
	border-bottom: #ccc 1px solid; /* separates each of the Twitter updates with a 2 pixel border at the bottom and gives it a color */
}
#twitter_update_list a:link, a:visited, a:active {
	text-decoration:  none;
	font-weight:      normal;
	color:            #06f;
}
#twitter_update_list a:hover {
	text-decoration:  none;
	font-weight:      normal;
 	color:            #f60;
}
/* Classes */
.right {
	text-align:right;
	font-size: 0.9em;
}
.center {
	text-align:center;
}
.quote {
	display:block;
	text-align:right;
	font-style:italic;
}
a:link, a:visited, a:active {
	text-decoration:  none;
	font-weight:      normal;
	color:            #06f;
}
a:hover {
	text-decoration:  none;
	font-weight:      normal;
 	color:            #f60;
}
.katalog_order {
	position: relative;
	width: 450px;
	background: #ffffff;
	margin: 2px 0px;
	display:inline-block;
}
.katalog_header {
	width: 140px;
	float: left;
	text-align: right;
	font-weight:bold;
	vertical-align:middle;
	padding: 3px 1px;
	display:inline-block;

}
.katalog_formfield {
	width: 300px;
	float: right;
	text-align: left;
	padding: 3px 1px;	
	display:inline-block;
}
.spanleft {
	float: right;
	margin: 0px 0px 0px 10px
}
/* Footer */
#footer {
	height: 10px;
	padding: 5px 0px 10px;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #ccc;
	background: #eee
}
#footer #footer_content {
	width: 980px;
	margin: 0 auto;
}
#footer #footer_content .footer_copy {
	float: left;
}
#footer #footer_content .footer_links {
	float: right;
}
#footer #footer_content .footer_links .divider {
	padding: 0 5px;
}
/* Footer ends*/
