/* @group type and form */

body {
	padding:0px;
	text-align:center;
	background: #333333;
	color: #b5bdc4;
	font: 8.5pt "Lucida Grande", Lucida, Verdana, sans-serif;
}

.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#000;
color:#ddd;
font-weight:bold;
padding: 1px 2px;
background:url(../_img/formbg.gif) repeat-x left top;
}

#empty {
	text-align: center;
	background-repeat: repeat;
	background-image: url(../_img/empty.gif);
}

p {	
	line-height: 1.5em; margin: 0 0 1em 0; 
	min-width: 25em;
	max-width: 35em;
}

h1 {
		font-size: small;
	font-weight: bold;
	font-size: 12pt;
	line-height: 1.25em;
	margin-bottom: 0.25em;
}

#kursiv { font-style: italic; }

#bold { font-weight: bold; }

#prodinfo {
	min-width: 20em;
	max-width: 25em;
	padding-left: 1em;
	margin: 0;
	padding: 0;
	border-width: 0;
}

img {  
	border-style: none;
	border-width: 0;
}

/* @end */

/* @group splitters */

#splitters p {	
	line-height: 1.5em; margin: 0 0 1em 0; 
	min-width: 25em;
	max-width: 25em;
}

#corners h1 {
	padding-top: 0.5em;
}

#splitters_weit	 h1 {
	font-size: small;
	font-weight: bold;
	margin: 0;
	border-width: 0;
	text-align: left;
	padding: 0 0 1em;
	line-height: 1em;
}

#splitters	 h1 {
	font-size: small;
	font-weight: bold;
	margin: 0;
	border-width: 0;
	text-align: left;
	padding: 0 0 1em;
	line-height: 1em;
}
#splitters h2 {
	font-weight: bold;
	margin: 0;
	border-width: 0;
	text-align: left;
	padding: 0 0 1em;
	line-height: 1em;
}

#splitters h2 {
	font-weight: bold;
	margin: 0;
	border-width: 0;
	text-align: left;
	padding: 0 0 1em;
	line-height: 1em;
}


/* @end */

/* @group links */
.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#000;
color:#ddd;
font-weight:bold;
padding: 1px 2px;
background:url(../_img/formbg.gif) repeat-x left top;
}

.mailbox {
	border-left-style: none;
	border-left-width: 0;
	border-style: hidden;
	border-width: 0;
}

a {
	 font-size: 11px;
 color: #b5bdc4;
	border-style: none;
	border-width: 0;
}

/*
a:img {
	text-decoration: none;
	border-style: none;
	border-width: 0;
}
*/



#linkicon {
		text-decoration: none;
	border-style: none;
	border-width: 0;
}

#line {
		text-decoration: underline;
	padding-left: 0.8em;
}

.video {
	position: absolute;
	display: none;
	padding: 10px;
	background-color: #071019;
	border: 5px solid black}

a:hover {
color: #ffffff;
}

/* @end */

/* @group buttons */
.buttons a, .buttons button{
    display:block;
    float:left;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Lucida, Verdana, sans-serif;
    font-size:7.5pt;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:2px 7px 2px 4px;
	margin: 5px 9em 0 2px;
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:2px 7px 2px 4px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:14px;
    height:14px;
}
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* @end */


