/* PAGE-DEFINITIONS */

/*
Orange:					Pantone 1505 CVC					(Coated/Matt)		#FF8600
Rahmen:					Pantone Cool Gray 11 CVC	(Coated/Matt)		#66676A

Helles Grau:		Pantone Cool Gray 02 CVC	(Coated/Matt)		#DDDAD1
Mittleres Grau:	Pantone Cool Gray 06 CVC	(Coated/Matt)		#B6B6B8
Dunkles Grau:		Pantone Cool Gray 09 CVC	(Coated/Matt)		#8A8C8F
Effektgrau:			Pantone Cool Gray 01 CVC	(Coated/Matt)		#EDEFEA
*/

HTML
{
	width:100%;
	margin:0px;
	padding:0px;
}

BODY
{
	width:100%;
	margin:0px;
	padding:0px;
	
	font-family:Arial, sans serif;
	font-size:12px;
	line-height:14px;
	color:#8A8C8F;

	background-color:#ffffff;
}
/* PAGE-DEFINITIONS */

/* SIMPLE-ELEMENT-DEFINITIONS */
FORM
{
	margin:0px;
	padding:0px;
}

INPUT
{
	border:0px;
	background-color:transparent;
	font-family:Arial, sans serif;
	font-size:12px;
	color:#66676A;
	height:20px;
	padding-top:2px;
	padding-left:2px;
	margin:0px;
	background-repeat:no-repeat;
}

TEXTAREA
{
	border:1px solid #EDEFEA;
	background-color:transparent;
	font-family:Arial, sans serif;
	font-size:12px;
	color:#66676A;
	margin:0px;
	background-repeat:no-repeat;
}

SELECT
{
	border:0px;
	background-color:transparent;
	font-family:Arial, sans serif;
	font-size:12px;
	/* color:#66676A; */
	color:#000000;
	height:20px;
	height:20px;
	padding-top:1px;
	padding-left:1px;
	margin:0px;
	background-repeat:no-repeat;
}

TABLE
{
	margin:0px;
	padding:0px;
}

TR, TD
{
	margin:0px;
	padding:0px;
	text-align:left;
	color:#66676A;
}

TH
{
	margin:0px;
	padding:0px;
	text-align:left;
	font-weight:bold;
	color:#66676A;
}

ADDRESS
{
	margin:0px;
	padding:0px;
	text-align:left;
	color:#66676A;
	font-style:normal;
}

H1
{
	margin:0px;
	padding:0px;
	font-size:16px;
	font-weight:bold;
	color:#66676A;
}

H2
{
	margin:0px;
	padding:0px;
	font-size:15px;
	font-weight:bold;
	color:#66676A;
}

H3
{
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
	color:#66676A;
}

A
{
	text-decoration:underline;
	font-weight:bold;
	color:#66676A;
	background-repeat:no-repeat;
}

P
{
	font-size:12px;
	line-height:14px;
	color:#8A8C8F;
	margin:0px;
	padding:0px;
}

DIV
{
	margin:0px;
	padding:0px;
	text-align:left;
}
/* SIMPLE-ELEMENT-DEFINITIONS */

/* HELPER ELEMENT DEFINITIONS */
DIV.clear
{
	clear:both;
	font-size:0px;
	line-height:0px;
}

DIV.box_content
{
	padding-top:4px;
	padding-left:5px;
	padding-bottom:4px;
	padding-right:5px;
}

INPUT.submit
{
	padding:0px;
	padding-bottom:2px;
	padding-left:18px;
	font-weight:bold;
	text-align:left;
	line-height:16px;
}

INPUT.check
{
	height:15px;
	width:15px;
	border:0px;
	background-color:transparent;
	background-image:url(/system/img/box/gray_v1/checkbox.gif);
	background-repeat:no-repeat;
}

INPUT.text
{
	border:1px solid #DDDAD1;
	padding:1px;
	height:16px;
}

SELECT.text
{
	border:1px solid #DDDAD1;
	padding:1px;
	height:20px;
}

A.submit
{
	display:block;
	padding:0px;
	padding-top:3px;
	padding-left:20px;
	font-weight:bold;
	text-align:left;
	height:20px;
	text-decoration:none;
}

A.submit:hover
{
	color:#FF8600;
}

/* HELPER ELEMENT DEFINITIONS */

/* BUTTONS-TEXT-ELEMENT-DEFINITIONS */
SELECT.text_100, INPUT.text_100
{
	background-image:url(/system/img/box/gray_v1/text_100.jpg);
	width:100px;
}

SELECT.text_150, INPUT.text_150
{
	background-image:url(/system/img/box/gray_v1/text_150.jpg);
	width:150px;
}

SELECT.text_200, INPUT.text_200
{
	background-image:url(/system/img/box/gray_v1/text_200.jpg);
	width:200px;
}

SELECT.text_250, INPUT.text_250
{
	background-image:url(/system/img/box/gray_v1/text_250.jpg);
	width:250px;
}

INPUT.submit_100_arrow_gray
{
	background-image:url(/system/img/box/gray_v1/submit_100_arrow_gray.jpg);
	width:100px;
}

INPUT.submit_150_arrow_gray
{
	background-image:url(/system/img/box/gray_v1/submit_150_arrow_gray.jpg);
	width:150px;
}

INPUT.submit_200_arrow_gray
{
	background-image:url(/system/img/box/gray_v1/submit_200_arrow_gray.jpg);
	width:200px;
}

INPUT.submit_250_arrow_gray
{
	background-image:url(/system/img/box/gray_v1/submit_250_arrow_gray.jpg);
	width:250px;
}

A.submit_100_arrow_gray
{
	background-image:url(/system/img/box/gray_v1/submit_100_arrow_gray.jpg);
	width:80px;
}

A.submit_150_arrow_gray
{
	background-image:url(/system/img/box/gray_v1/submit_150_arrow_gray.jpg);
	width:130px;
}

A.submit_200_arrow_gray
{
	background-image:url(/system/img/box/gray_v1/submit_200_arrow_gray.jpg);
	width:180px;
}

A.submit_250_arrow_gray
{
	background-image:url(/system/img/box/gray_v1/submit_250_arrow_gray.jpg);
	width:230px;
}

/* CONTAINER-DEFINITIONS */
DIV#frame_head
{
	width:1000px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
	margin-top:3px;
	margin-bottom:3px;
}

DIV#frame_navigation
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

DIV#frame_content
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

DIV#frame_content_left
{
	float:left;
	width:821px;
}

DIV#frame_content_right
{
	float:right;
	width:176px;
}

DIV#frame_footer
{
	clear:both;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	text-align:center;
}
/* CONTAINER-DEFINITIONS */

/* BOX-DIV-DEFINITIONS */
DIV.box_nav
{
	background-color:transparent;
	background-image:url(/system/img/box/gray_v1/navbar_1000.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:20px;
}

DIV.box_top_176
{
	background-color:transparent;
	background-image:url(/system/img/box/gray_v1/box_top_176.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:20px;
}

DIV.box_middle_176
{
	background-color:transparent;
	background-image:url(/system/img/box/gray_v1/box_middle_176.jpg);
	background-repeat:repeat-y;
	width:176px;
}

DIV.box_bottom_176
{
	background-color:transparent;
	background-image:url(/system/img/box/gray_v1/box_bottom_176.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:2px;
	font-size:0px;
	line-height:0px;
	margin-bottom:10px;
}

DIV.box_top_812
{
	background-color:transparent;
	background-image:url(/system/img/box/gray_v1/box_top_812.jpg);
	background-repeat:no-repeat;
	width:812px;
	height:20px;
}

DIV.box_middle_812
{
	background-color:transparent;
	background-image:url(/system/img/box/gray_v1/box_middle_812.jpg);
	background-repeat:repeat-y;
	width:812px;
}

DIV.box_bottom_812
{
	background-color:transparent;
	background-image:url(/system/img/box/gray_v1/box_bottom_812.jpg);
	background-repeat:no-repeat;
	width:812px;
	height:2px;
	font-size:0px;
	line-height:0px;
}

DIV.box_top_600
{
	background-color:transparent;
	background-image:url(/system/img/box/gray_v1/box_top_600db.jpg);
	background-repeat:no-repeat;
	height:20px;
}

DIV.box_middle_600
{
	background-color:transparent;
	background-image:url(/system/img/box/gray_v1/box_middle_600db.jpg);
	background-repeat:repeat-y;
}

DIV.box_bottom_600
{
	background-color:transparent;
	background-image:url(/system/img/box/gray_v1/box_bottom_600db.jpg);
	background-repeat:no-repeat;
	height:2px;
}

DIV.box_top
{
	border:1px solid #DDDAD1;
	background-color: #EDEFEA;
	height:18px;
}

DIV.box_middle
{
	border-left:1px solid #DDDAD1;
	border-right:1px solid #DDDAD1;
}

DIV.box_bottom
{
	height:2px;
	border-left:1px solid #DDDAD1;
	border-right:1px solid #DDDAD1;
	border-bottom:1px solid #DDDAD1;
}

DIV.info_top_800
{
	background-color:transparent;
	background-image:url(/system/img/box/gray_v1/info_top_800.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:10px;
	font-size:0px;
	line-height:0px;
	margin-top:10px;
	margin-left:1px;
}

DIV.info_middle_800
{
	background-color:transparent;
	background-image:url(/system/img/box/gray_v1/info_middle_800.jpg);
	background-repeat:repeat-y;
	width:800px;
	margin-left:1px;
}

DIV.info_bottom_800
{
	background-color:transparent;
	background-image:url(/system/img/box/gray_v1/info_bottom_800.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:10px;
	font-size:0px;
	line-height:0px;
	margin-bottom:10px;
	margin-left:1px;
}

TABLE.box_content
{
	background-color:transparent;
	background-image:url(/system/img/box/gray_v1/table_top.jpg);
	background-repeat:repeat-x;
	width:100%;
}
/* BOX-DIV-DEFINITIONS */

/* INHERTITS */
DIV.box_top_812 H1, DIV.box_top_600 H1, DIV.box_top_176 H1, DIV.box_top H1
{
	background-color:transparent;
	background-image:url(/system/img/box/gray_v1/arrow_orange.gif);
	background-repeat:no-repeat;
	background-position:4px 4px;
	font-size:12px;
	padding-top:3px;
	padding-left:20px;
}

TABLE.box_content TH
{
	background-color:transparent;
	background-image:url(/system/img/box/gray_v1/arrow_down_gray.gif);
	background-repeat:no-repeat;
	background-position:4px 4px;
	font-size:12px;
	line-height:14px;
	padding-top:3px;
	padding-left:20px;
}

TABLE.box_content TD
{
	padding-top:3px;
	padding-left:20px;
}

TABLE.box_content TD TD
{
	margin:0px;
	padding:0px;
}

DIV.info_middle_800 P
{
	margin:0px;
	padding:0px;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
	color:#000000;
}

DIV.box_nav UL
{
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	padding-left:4px;
}

DIV.box_nav UL LI
{
	list-style-type:none;		
	display:block;
	float:left;
	margin:0px;
	padding:0px;
}

DIV.box_nav UL LI A
{
	display:block;
	float:left;
	text-decoration:none;
	font-weight:bold;
	margin-right:20px;
	padding-top:2px;
	padding-left:15px;
	background-color:transparent;
	background-image:url(/system/img/box/gray_v1/arrow_gray.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	line-height:15px;
}

DIV.box_nav UL LI A:hover
{
	color:#FF8600;
}
/* INHERTITS */

/* COMMOM-CLASSES */
.commit
{
	clear:both;
	color:#008000;
}

.danger
{
	clear:both;
	color:#DD0000;
}

.warn
{
	clear:both;
	color:#808000;
}

.error
{
	clear:both;
	color:#FF8600;
}

.info
{
	clear:both;
	font-size:11px;
	color:#B6B6B8;
}

.required
{
	padding-top:10px;
	font-size:12px;
	font-weight:bold;
	color:#FF8600;
}

.normal
{
	background-color:transparent;
}

.highlight
{
	background-color:#EDEFEA;
}

.highlight_green
{
	background-color:#a0ffa0;
}

.highlight_yellow
{
	background-color:#ffffa0;
}

.highlight_red
{
	background-color:#ffa0a0;
}

.super_highlight
{
	background-color:#ff8080;
}

/* COMMOM-CLASSES */



/* HEAD-DIV-DEFINITIONS */
DIV#frame_head DIV.meta
{
	clear:both;
	width:975px;
	margin-top:6px;
	margin-right:15px;
	text-align:right;
}

DIV#frame_head DIV.pagebrand
{
	clear:both;
	padding-top:10px;
}

DIV#frame_head DIV.logo
{
	/* border:1px solid black; */
	float:left;
	width:800px;
	height:100px;
	margin:0px;
	margin-top:-15px;
}

DIV#frame_head DIV.adsense
{
	/* border:1px solid black; */
	float:right;
	width:768px;
	height:82px;
	margin-left:15px;
	margin-right:4px;
}
/* HEAD-DIV-DEFINITIONS */

/* META-DEFINITIONS */
DIV#frame_head DIV.meta UL
{
	display:block;
	float:right;
	margin:0px;
	padding:0px;
}

DIV#frame_head DIV.meta UL LI
{
	float:right;
	list-style-type:none;		
	display:inline;
	margin:0px;
	margin-left:10px;
	padding:0px;
}

DIV#frame_head DIV.meta UL LI A
{
	text-decoration:none;
	color:#666666;
	font-size:10px;
	font-weight:normal;
}

DIV#frame_head DIV.meta UL LI A:hover
{
	text-decoration:underline;
}
/* META-DEFINITIONS */

/* ELEMENT-PAGES */
DIV.element_border
{
	width:600px;
	margin:0px;
	margin-bottom:10px;
	padding-left:105px;
	padding-right:105px;
	padding-top:10px;
	padding-bottom:8px;
	border:1px solid #8a8c8f;
	background-color:#ffffff;
}

DIV.element_border .orange
{
	font-weight:bold;
	color:#ff8600;
}

DIV.element_advert 
{
	display:block;
	clear:both;
	margin-bottom:10px;
	width:600px;
}

DIV.element_advert DIV.element_head
{
	background-color:transparent;
	background-image:url(/system/img/box/gray_v1/box_top_600db.jpg);
	background-repeat:no-repeat;
	height:20px;
	overflow:hidden;
}

DIV.element_advert DIV.element_body
{
	background-color:transparent;
	background-image:url(/system/img/box/gray_v1/box_middle_600db.jpg);
	background-repeat:repeat-y;
}

DIV.element_advert DIV.element_footer
{
	background-color:transparent;
	background-image:url(/system/img/box/gray_v1/box_top_600db.jpg);
	background-repeat:no-repeat;
	height:20px;
}

DIV.element_advert DIV.element_head H1
{
	float:left;
	background-color:transparent;
	background-image:url(/system/img/box/gray_v1/arrow_orange.gif);
	background-repeat:no-repeat;
	background-position:4px 4px;
	font-size:12px;
	padding-top:3px;
	padding-left:20px;
	padding-right:20px;
}

DIV.element_advert DIV.element_body DIV.element_image
{
	float:left;
	width:170px;
	height:70px;
	padding:5px;
	text-align:center;
}

DIV.element_advert DIV.element_body DIV.element_address
{
	float:left;
	width:188px;
	height:70px;
	padding:5px;
	margin-left:1px;
	margin-right:1px;
 	white-space:nowrap;
 	overflow:hidden;
 	/*
	border-right:1px solid #DDDAD1;
	border-left:1px solid #DDDAD1;
	*/
}

DIV.element_advert DIV.element_body DIV.element_content
{
	float:left;
	width:208px;
	height:70px;
	padding:5px;
	font-size:11px;
	line-height:12px;
	font-style:normal;
	overflow:auto;
}

DIV.element_advert DIV.element_body DIV.element_address ADDRESS
{
	font-size:11px;
	line-height:14px;
}

DIV.element_advert DIV.element_body DIV.element_content P
{
	padding:0px;
	margin:0px;
	color:#66676a;
	font-size:11px;
	line-height:14px;
}

DIV.element_advert DIV.element_body DIV.element_content TEXTAREA
{
	width:208px;
	height:70px;
	padding:0px;
	margin:0px;
	font-size:11px;
	line-height:12px;
	font-style:normal;
	overflow:hidden;
}

DIV.element_advert DIV.element_body DIV.element_content UL
{
	display:block;
	margin:0px;
	padding:0px;
}

DIV.element_advert DIV.element_body DIV.element_content UL LI
{
	list-style-type:none;		
	display:block;
	margin:0px;
	padding:0px;
}

DIV.element_advert DIV.element_body DIV.element_content UL LI A
{
	display:block;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	padding-left:12px;
	background-color:transparent;
	background-image:url(/system/img/box/gray_v1/arrow_gray_small.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	line-height:12px;
}

DIV.element_advert DIV.element_body DIV.element_content UL LI A:hover
{
	background-image:url(/system/img/box/gray_v1/arrow_orange_small.gif);
	color:#FF8600;
}

DIV.element_advert DIV.element_footer DIV
{
	float:left;
	font-size:11px;
	line-height:12px;
	margin-top:4px;
	color:#66676a;
}

DIV.element_advert DIV.element_footer DIV A
{
	display:block;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	padding-left:12px;
	background-color:transparent;
	background-image:url(/system/img/box/gray_v1/arrow_gray_small.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	line-height:12px;
	color:#FF8600;
}

DIV.element_advert DIV.element_footer DIV A:hover
{
	background-image:url(/system/img/box/gray_v1/arrow_orange_small.gif);
}
/* ELEMENT-PAGES */

/* PICTURE-ELEMENTS */
DIV.picture {
	float:left;
	width:232px;
	height:190px;
	/* background-color:#EDEFEA; */
	border:1px solid #DDDAD1;
	padding:10px;
	margin:5px;
}

DIV.picture DIV.img {
	height:60px;
	text-align:center;
}

DIV.picture DIV.info {
	margin-left:6px;
	margin-right:6px;
	padding-left:2px;
	font-size:10px; 
	color:#8A8C8F;
}

DIV.picture DIV.info TEXTAREA {
	font-size:10px;
	border:none;
	line-height:11px;
	overflow:hidden;
	height:12px;
	width:130px;
	white-space:nowrap; 
}

DIV.picture DIV.description {
	border:1px solid #DDDAD1;
	padding:2px;
	margin:5px;
	font-size:10px;
	height:50px;
	overflow:auto;
}
/* PICTURE-ELEMENTS */

/* MEDIA-ELEMENTS */
DIV.media {
	float:left;
	width:232px;
	height:130px;
	/* background-color:#EDEFEA; */
	border:1px solid #DDDAD1;
	padding:10px;
	margin:5px;
}

DIV.media DIV.info {
	margin-left:6px;
	margin-right:6px;
	padding-left:2px;
	font-size:10px; 
	color:#8A8C8F;
}

DIV.media DIV.info TEXTAREA {
	font-size:10px;
	border:none;
	line-height:11px;
	overflow:hidden;
	height:12px;
	width:130px;
	white-space:nowrap; 
}

DIV.media DIV.description {
	border:1px solid #DDDAD1;
	padding:2px;
	margin:5px;
	font-size:10px;
	height:50px;
	overflow:auto;
}
/* MEDIA-ELEMENTS */
