@charset "utf-8";
/* CSS Document */

body
{
	background-image: -webkit-linear-gradient(white 0%, #ccc 100%); 
	background-image: -moz-linear-gradient(white 0%, #ccc 100%); 
	background-image: -o-linear-gradient(white 0%, #ccc 100%); 
	background-image: linear-gradient(white 0%, #ccc 100%);
	margin:0px;
	padding:0px;
	background-attachment: fixed;
}

body, p, div, td
{
	font-family:Verdana,Arial; 
	font-size:9pt; 
	color:#222222; 
	font-weight: normal;
}

div
{
	text-align:left;
}

h1 
{
	font-size:12pt; 
	font-weight:bold; 
	text-align:left; 
	color:#444;
	margin-top:5px;
	margin-bottom:20px;
}

h2 
{
	font-size:10pt; 
	font-weight:bold; 
	text-align:left; 
	color:#444;
	margin-top:10px;
	margin-bottom:5px;
}

p
{
	margin: 0px; /* zwingend!!! */
	padding: 0px; /* zwingend!!! */
}

a
{
	color:#555555;
	text-decoration:none;
}

table
{
	width: 100%;
	border-spacing:0px; 
	border-collapse:collapse;
}

table, td 
{
	text-align:left;
	vertical-align:top;
}

td
{
	padding:3px;
	color: #777;
}

img 
{
	border:0px;
}

input, select, button, textarea 
{
	font-size:9pt; 
	font-family:Verdana,Arial;
}

form 
{
	display: inline;
}

fieldset
{
	padding: 10px;
	margin:0px;
}

legend
{
	padding-left:4px;
	padding-right:4px;
}

#login_admin h2 {
	font-size:16pt; 
	font-weight:bold; 
	color:#777;
	margin: 10px 0 5px 15px;}

#login_admin {
	width:300px;
	margin:0px auto;
	padding: 0px;}

#page 
{
	background-image: -webkit-linear-gradient(white 0%, #eee 100%); 
	background-image: -moz-linear-gradient(white 0%, #eee 100%); 
	background-image: -o-linear-gradient(white 0%, #eee 100%); 
    background-image: linear-gradient(white 0%, #eee 100%);
	width:98%;
	margin:0px auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 30px;
	border: 1px solid #ccc;
	border-radius: 10px;
}

#container_top 
{
	background: rgb(254,255,232); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(254,255,232,1) 0%, rgba(214,219,191,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,232,1)), color-stop(100%,rgba(214,219,191,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(254,255,232,1) 0%,rgba(214,219,191,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(254,255,232,1) 0%,rgba(214,219,191,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(254,255,232,1) 0%,rgba(214,219,191,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(254,255,232,1) 0%,rgba(214,219,191,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#d6dbbf',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0px 0px 6px 1px rgba(204, 204, 204, 0.5);
	-moz-box-shadow: inset 0px 0px 6px 1px rgba(204, 204, 204, 0.5);
	-webkit-box-shadow: inset 0px 0px 6px 1px rgba(204, 204, 204, 0.5);
	box-shadow: inset 0 1rgba(255, 255, 255, 0.7);
	box-shadow: 0px 1px 1px 0px rgba(170, 170, 170, 0.9);
	-moz-box-shadow: 0px 1px 1px 0px rgba(170, 170, 170, 0.9);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(170, 170, 170, 0.9);
	padding: 10px;
	border: 5px solid #f2f2f2;
	border-radius: 10px;
}

#container_middle
{
	background: rgb(254,255,232); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(254,255,232,1) 0%, rgba(214,219,191,0.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,232,0.3)), color-stop(100%,rgba(214,219,191,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(254,255,232,1) 0%,rgba(214,219,191,0.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(254,255,232,1) 0%,rgba(214,219,191,0.3) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(254,255,232,1) 0%,rgba(214,219,191,0.3) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(254,255,232,1) 0%,rgba(214,219,191,0.3) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#d6dbbf',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0px 0px 6px 1px rgba(204, 204, 204, 0.5);
	-moz-box-shadow: inset 0px 0px 6px 1px rgba(204, 204, 204, 0.5);
	-webkit-box-shadow: inset 0px 0px 6px 1px rgba(204, 204, 204, 0.5);
	box-shadow: inset 0 1rgba(255, 255, 255, 0.7);
	box-shadow: 0px 1px 1px -1x rgba(170, 170, 170, 0.9);
	-moz-box-shadow: 0px 1px 1px -1px rgba(170, 170, 170, 0.9);
	-webkit-box-shadow: 0px 1px 1px -1px rgba(170, 170, 170, 0.9);
	padding: 10px;
	border: 5px solid #f2f2f2;
	border-radius: 10px;
}

#top 
{
	width:100%;
	margin:0px auto;
}
#top p
{
	padding: 35px 35px 35px 20px;
	font-size: 20pt;
	font-weight: normal;
	color: #555;
}

#navigation
{
	margin:0px;
	width: 100%;
	background: transparent; 
}

	.nav-pills {
		font-size: 16px;}

.alert {
	font-size: 16px;}
		
#content_navi {
	margin: 15px 0 0 0px;}

#middle
{
	margin:0px;
	margin-top: 20px;
	width: 100%;
	min-height:450px;
}


#content
{
	padding:20px;
	margin:0px;
	width: 760px !important;
}


#content li
{
	padding:1px;
	width: 98%;
}

#bottom
{ 
	width:100%;
	padding:0px;
	margin:0px;
}
	#bottom p
	{
		font-weight:normal;
		color: #888888;
		padding:20px;
		text-align:left;
	}
	#bottom a
	{
		text-decoration:none;
		font-weight:normal;
		color:#888888;
	}

#notice, div.notice 
{
	color: #444;
	padding: 10px;
	padding-left:50px;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
}
#confirm, div.confirm 
{
	color: #444;
	background: #F0F6F0 url(images/bg_confirm.png) 8px center no-repeat; 
	padding: 10px;
	padding-left:50px;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
}
#error, div.error
{
	color: #222;
	background: #FFE8E3 url(images/bg_error.png) 8px center no-repeat; 
	padding: 10px;
	padding-left:50px;
	border: 1px solid #F94C3F;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
}

p.buttons
{
	margin-top:20px;
	margin-bottom:10px;
	text-align:center;
}

p.buttons a
{
	margin:10px;
	padding:5px;
	border:1px solid #BBB;
	background:#FFF;
	text-decoration:none;
}

p.buttons a:hover
{
	background:#DDD;
}

ul.boxy 
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width:100%;
}
ul.boxy li 
{
	cursor:move;
	padding: 4px 2px;
	border: 1px solid #ccc;
	background-color: #fff;
}
ul.boxy li a 
{
	cursor: pointer;
	cursor: hand;
}

ul.boxy2 
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width:100%;
}
ul.boxy2 li
{
	padding: 4px 2px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.sortlist, .list { list-style-type: none; margin: 0; padding: 0; width: 100%; }
.sortlist li, .list li { margin: 0 3px 3px 3px; padding: 0.4em;}
.sortlist li { padding-left: 1.5em;}
.sortlist li span { position: absolute; margin-left: -1.3em; }

