/* BODY */

body {
}


/* CONTAINER */

#container {
	overflow: visible;
	-moz-box-shadow: 0 1px 2px #999; 
	-webkit-box-shadow: 0 1px 2px #999;
}


/* HEADER */

#header {
	background: url('images/kondome.png') no-repeat top left;
	margin-top: -25px;
	margin-left: -10px;
}

#logo {
	padding: 15px 0 0 160px;
	font-weight: normal;
}

#tagline {
	padding: 5px 0 0 160px;
}


/* MENU */

.menu {
	background: url('images/navbg.png') repeat-x;
	border-bottom: 1px solid #dddddd;
}

.menu-item a {
	background: url('images/navbg.png') repeat-x;
	border-right: 1px solid #dddddd;
	text-transform: none;
	letter-spacing: 0;
}

.sub-menu li {
	border-bottom: 1px solid #dddddd;	
	border-left: 1px solid #dddddd;	
	border-right: 1px solid #dddddd;
}

ul.sub-menu li.menu-item a {
	border: 0;
	background: #fff;
}

/* CONTENT */

#content {
	width: 570px;
}

blockquote {
	color: #111;
}


/* SIDEBAR*/

#sidebar_1 {
	background: #F5F5F5;
	padding: 10px;
	margin-top: 20px;
	border-radius: 5px;
	width: 270px;
	padding-bottom: 0;
	margin-bottom: 0;
}


/* SIDEBAR WIDGET */

.widgetbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:4px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-size:14px;
	padding:4px 6px;
	text-decoration:none !important;
	text-shadow:1px 1px 0px #528ecc;
	cursor: pointer;
	margin-top: 20px;
}

.widgetbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}

.widgetbutton:active {
	position:relative;
	top:1px;
}

select {
	border : 1px solid #000;
	color : black;
	font-size: 13px;
}


/* LAYER */

#layer {
	-webkit-box-shadow: 8px 8px 50px 10px #222 !important;
	-moz-box-shadow: 8px 8px 50px 10px #222 !important;
	box-shadow: 8px 8px 50px 10px #222 !important;
	z-index: 100;
}

#line {
	background: url('http://kondomgroesse.com/wp-content/uploads/2013/06/llinebg.jpg') #1878BE !important;
	padding: 10px !important;
}

#line span {
	color: #fff !important;
	font-size: 14px !important;
	font-weight: bold;
}

#line a {
	color: #fff !important;
	font-size: 13px !important;
	font-weight: normal !important;
	text-transformation: lowercase !important;
}

#inhalt {
	padding: 15px !important;
}

/* NUMBERED LIST */
ol {
padding-left: 20px;
}

/* BRAND TABLE */
.brandtable td {
font-size: 14px;
}
.brandtable td.column-2, td.column-3, td.column-4 {
text-align: center;
}