@charset "utf-8";
/*  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  //
// Projekt:		schneidbox.de
// Erstellt:	2008-09
// Author:		Florian Knapp [at] BRUDERHERZ
//  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

/*  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  //
// HTML-Tags:																																			*/

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #b4b4b4;
	color: #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11.4px;
}

a:link, a:visited {
	color: #ddd;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

input {
	background-color: #413f41;
	background-position: top right;
	background-repeat: no-repeat;
	color: #ccc;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 2px 0px;
	padding: 2px 5px;
}

label {
	display: inline-block;
	width: 80px;
}

p {
	padding-bottom: 5px;
}

q {
	font-size: 1.1em;
	font-style: italic;
}

li {
	margin-left: 13px;
}

textarea {
	background-color: #413f41;
	color: #ccc;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 2px 0px;
	padding: 2px 1px 2px 5px;
}

ul {
	padding-bottom: 5px;
}


/*  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  //
// IDs:																																						*/

#container {
	height: 558px;
	left: 50%;
	margin-left: -500px;
	margin-top: -274px;
	position: absolute;
	top: 50%;
	width: 1000px;
}

#content {
	background-image: url(../img/div_content.jpg);
	float: left;
	height: 314px;
	width: 833px;
}

#footer {
	background-image: url(../img/div_footer.jpg);
	clear: both;
	height: 130px;
	width: 1000px;
}

#header {
	background-image: url(../img/div_header.jpg);
	height: 114px;
	width: 1000px;
}

#left {
	background-image: url(../img/div_left.jpg);
	float: left;
	height: 314px;
	width: 84px;
}

#right {
	background-image: url(../img/div_right.jpg);
	float: left;
	height: 314px;
	width: 83px;
}

#video {
	background-image: url(../img/div_video.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 290px;
	margin-left: 167px;
	margin-top: 10px;
	width: 500px;
}


/*  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  //
// Navigation:																																		*/

div.menu {
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	margin-top: 84px;
}

div.menu:hover {
	background-position: bottom left;
}

div.menu_active {
	float: left;
	height: 37px;
	margin-top: 78px;
}

/* 2px (Breite des m_space) hinzurechnen. */
div.m_funktionen { background-image: url(../img/m_funktionen.jpg); width: 87px; }
div.m_gut_durchdacht { background-image: url(../img/m_gut_durchdacht.jpg); width: 84px; }
div.m_kompakt_und_sauber { background-image: url(../img/m_kompakt_und_sauber.jpg); width: 79px; }
div.m_kontakt { background-image: url(../img/m_kontakt.jpg); width: 70px; }
div.m_shop { background-image: url(../img/m_shop.jpg); width: 57px; }
div.m_geschenkidee { background-image: url(../img/m_geschenkidee.jpg); width: 108px; }
div.m_video { background-image: url(../img/m_video.jpg); width: 61px; }


/*  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  //
// Inhaltscontainer:																															*/

div.images {
	float: left;
	height: 314px;
	width: 334px;
}

div.text {
	float: left;
	height: 208px;
	margin-left: 75px;
	width: 360px;
}

span.legend {
	color: #ccc;
}


/*  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  //
// Formular:																																			*/
input.form_name {
	background-image: url(../img/form_name.jpg);
}