/* @group reset */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,table,tr,td, select {
	margin: 0;
	padding: 0;
}

ul,ol,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

fieldset,img {
	border: none;
}

/* @end */

/* @group html */

h1 {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 10px;
}

h2 {
	margin-bottom: 10px;
	font-size: 20px;
}

h3, h4, h5, h6 {
	
}

p {
	margin-bottom: 10px;
}



/* @end */

body {
	color: #000080;
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	background-color: #4aa6d8;
	text-align: left;
}

.wrapper {
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	margin-top: 10px;
}

.header {
	min-height: 30px;
	margin-bottom: 10px;
	padding: 10px;
		background-color: #50b0e4;

}

/* @group menu */

.menu {
	margin-bottom: 10px;
	padding: 10px 10px 10px 0;
	background: #4aa6d8 url(../sitemedia/hg_menu_out.png) repeat-x;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;

}

.menu a, .menu a:link, .menu a:visited {
	cursor: pointer;
	padding: 10px 18px;
	text-shadow: #42484b 1px 1px 1px;
	color: white;
	font-weight: bold;
	border-right: 1px solid #4aa6d8;
	font-size: 18px;
}

.menu a:hover  {
	background-image: url(../sitemedia/hg_menu_over.png);
}

.menu a:active  {
	background-image: url(../sitemedia/hg_menu_over.png);
	background-color: #2b6383;
}


/* @end */

.content {
	min-height: 100px;
	margin-bottom: 10px;
		background-color: #50b0e4;

}

/* @group rubrik */

.artikel {
		padding: 10px;
/*	min-height: 140px; */
	border-bottom: 2px solid #4aa6d8;
	clear: left;
	display: inline-block;
}

.artikel h2 img {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.artikel p {
	margin-left: 160px;
}

.verify {
	padding: 10px;
}


.artikel p a, .artikel p a:link, .artikel p a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #000080;
	color: #000080;
}

.artikel p a:hover {
	border-bottom-color: white;
	color: #2c4280;
}

.artikel p a:active {
	border-bottom-color: black;
	color: black;
}

.artikeltitel {
		padding: 10px 10px 0;
	border-bottom: 2px solid #4aa6d8;
}

.rubrik {
	/* border: 1px dotted red; */
	display: none;
	min-height: 140px;
}

.rubrik img {
	margin-right: 20px;
}

#rub1 {
}



/* @end */

/* @group client address */

.clientaddress {
	margin-bottom: 10px;
		background-color: #50b0e4;
	float: left;
	width: 280px;
	padding: 10px;
	height: 400px;
}

.clientaddress td {
	font-size: 11px;
}

.clientaddress input[type=text], .clientaddress textarea, .artikel input[type=text] {
	border-width: 0;
	background-color: #c5e7fd;
	font: 12px "Courier New", Courier, mono;
	color: #000080;
	padding: 2px;
	margin: 1px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;

}

.clientaddress input[type=text], .clientaddress textarea {
	width: 180px;
}

.order_info {
			background-color: #50b0e4;
	margin-left: 300px;
	padding: 42px 10px 10px;
	width: 480px;
	height: 368px;
}



/* @end */

.footer {
		background-color: #50b0e4;
	margin-bottom: 10px;
	padding: 10px;
	clear: left;
	font-size: 11px;
}

/* @group modalwindow */
#mask{
	position: fixed; /* important */
	top:0px; /* start from top */
	left:0px; /* start from left */
	height:100%; /* cover the whole page */
	width:100%;  /* cover the whole page */
	display:none; /* don't show it '*/          

	/* styling bellow */
	background-color: black;
}

.modal_window{
	position: fixed; /* important so we can position it on center later */
	display:none; /* don't show it */

	/* styling bellow */
	color: #000080;
	background-color: #50b0e4;
	width: 360px;
	height: 550px;
	overflow: auto;
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px;

}

.modal_window p, .modal_window h2{
	margin: 10px 0;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

.modal_window p {
	margin: 0;
	padding-top: 30px;
}





/* style a specific modal window  */
#modal_window{
	padding:50px;
	border:1px solid gray;
	background: #246493;
	color:black;
}

a#closewindow {
	background-color: #2f6c8f;
	width: 10px;
	height: 13px;
	border: 1px solid #e6e6e6;
	cursor: pointer;
	color: white;
	display: inline-block;
	padding-left: 4px;
	font-size: 9px;
	font-weight: bold;
	margin-top: 6px;
	margin-left: 6px;
	position: fixed;
		-moz-border-radius: 3px;
	-khtml-border-radius: 3px;

}

a:hover#closewindow {
	background-color: #439dd1;
}


/* @end */

/* @group button probe */

p a.activate_modal {
	border: 1px solid #acdadf;
	padding: 2px 10px 3px;
	cursor: pointer;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	background-color: #4aa6d8;
	font-size: 12px;
	color: #dff6fe;
	margin-top: 10px;
	display: inline-block;
}

p a:hover.activate_modal {
	background-color: #86c4e4;
}

p a:active.activate_modal {
	background-color: #4093c2;
}


/* @end */

/* @group preis */

.preis {
	font-size: 10px;
	margin-left: 160px;
	margin-right: 10px;
	background-color: #4aa6d8;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

p.preis textarea {
	width: 200px;
	height: 30px;
	vertical-align: middle;
		border-width: 0;
	background-color: #c5e7fd;
	font: 11px "Courier New", Courier, mono;
	color: #000080;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}

p.preis input[type=checkbox] {
	margin: 0;
	padding: 0;
}

p.preis img {
	margin: 0;
	padding: 0;
}



/* @end */