/*****
 		TAGS
*****/

body {
	margin:0;
	padding:0;
	background-color:#C0C0C0;
	color:#4A4A4A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

div, form, input, img {
	margin:0;
	padding:0;
}

img {
	border:	0;
}

h1 {
	font-size:15px;
	margin:15px 0px 15px 0px;
	padding:0;
}

h2 {
	font-size:14px;
	margin:15px 0px 15px 0px;
	padding:0;
}

h3 {
	font-size:13px;
	margin:15px 0px 15px 0px;
	padding:0;
}

h4 {
	font-size:12px;
	font-weight:bold;
	margin:15px 0px 15px 0px;
	padding:0;
}

h5 {
	font-size:12px;
	font-weight:normal;
	letter-spacing:1px;
	font-variant:small-caps;
	margin:15px 0px 15px 0px;
	padding:0;
}

h6 {
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	margin:15px 0px 15px 0px;
	padding:0;
}

a {
	color:#4A4A4A;
	text-decoration:underline;
}

fieldset {
	border:none;
}

.container_content_wide table {
	font-size:12px;
}

div.spacer, .clear {
	clear:both;
}

.hide {
	display:none;
}

.inv {
	visibility:hidden;
}

.left {
	float:left;
}

.right {
	float:right;
}

.notice, p.tip-a-friend_form-notice {
	border:1px solid #d3d2d2;
	background-color:#E8F3EA;
	font-size:12px;
}

p.tip-a-friend_form-notice {
	padding:10px 5px 10px 5px;
}

p.errorlogin {
	margin-top:-20px;
	border:1px solid #d3d2d2;
	background-color:#ff9999;
}

div.errormsg {
	border:1px solid #d3d2d2;
	background-color:#ff9999;
}

div.errormsg h2 {
	margin-top:0;
}

div#page {
	width:1000px;
	width:expression(1002 + 'px');
	height:auto;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-500px;
	background-color:#F6F6F5;
	color:#4A4A4A;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-collapse:collapse;
	padding:0px 0px 50px 0px;
	clear:both;
}

	div#header {
		width:100%;
		height:110px;
		background-color:#F6F6F5;
		clear:both;
	}
	
		div#logo {
			width:223px;
			height:110px;
			float:left;
		}
		
		div#title {
			height:110px;
			width:777px;
			float:right;
			background-color:#D3D2D2;
			background-image:url(/fileadmin/package/images/header/slogan.gif);
			background-repeat:no-repeat;
			background-position: 6px 36px;
			border:0;
			
		}

			div#metanavi {
				position:relative;
				top:0px;
				right:0px;
			/*	width:791px;*/
				height:20px;
				background-color:#FF8700;
				padding-top:2px;
				padding-bottom:2px;
				text-align:center;
				color:#FFFFFF;
				float:right;
			}
				div#metanavi .item {
					display:inline;
					margin:0px 0px 0px 2px;
					padding:0px 6px 0px 6px;
					background-repeat:no-repeat;
					background-position:right bottom;
				}
			
				div#metanavi .item a {
					text-decoration:none;
					color:#FFFFFF;
				}
			
				div#metanavi .item a.current, div#metanavi .item a:hover {
					text-decoration:underline;
				}

div#title_top {
	height:80px;
	width:100%;
	background-image:url(/fileadmin/package/images/buttons/beta_button.gif);
	background-repeat:no-repeat;
	background-position: 470px 27px;
}

div#title_bottom {
	background-image:url(/fileadmin/package/images/backgrounds/bg_mainnavi.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	height:30px;
	width:100%;
}

div#mainnavi_title {
	background-color:#4A4A4A;
	background-image:url(/fileadmin/package/images/backgrounds/bg_mainnavi_title.gif);
	background-repeat:no-repeat;
	background-position: 6px 6px;
	border-right:1px solid #F6F6F5;
	width:155px;
	height:24px;
	position:relative;
	top:6px;
	left:0px;
	float:left;
}

div#mainnavi {
	background-color:#F6F6F5;
	padding-right:10px;
}
	
	div#mainnavi .item {
		height:30px;
		border-right:1px solid #F6F6F5;
		background-image:url(/fileadmin/package/images/backgrounds/bg_mainnavi_item.gif);
		background-repeat:repeat-x;
		background-position:right top;
		float:left;
	}

	div#mainnavi .item span {
		padding:8px 10px 0px 10px;
		display:block;
	}

	div#mainnavi .item a {
		color:#FFFFFF;
		text-decoration:none;
		font-weight:normal;
	}

	div#mainnavi .act {
		background-image:url(/fileadmin/package/images/backgrounds/bg_mainnavi_item_act.gif);
		background-repeat:repeat-x;
		background-position:right top;
		float:left;
	}

	div#mainnavi .act a {
		font-weight:bold;
	}

div#breadcrumb_navi {
	height:22px;
	margin:5px 0px 6px 222px;
	padding:6px 6px 0px 6px;
	background-color:#D3D2D2;
}

*html div#projectbreadcrumb {
	margin-bottom:15px;
}

div#breadcrumb_navi a {
	color:#4A4A4A;
	text-decoration:underline;
}

	div#breadcrumb_navi a.current {
		font-weight:bold;
		text-decoration:none;
	}

div#main {
	clear:both;
	width:990px;
	min-height:668px;
	/*height:expression(668 + 'px');*/
	background-color:#F6F6F5;
	padding-left:10px;
}
	div#left {
		width:174px;
		height:auto;
		float:left;
		background-color:#FFFFFF;
		border:1px solid #D3D2D2;
		padding:10px;
	}
	
		/* Subnavigation */
		div#subnavigation, div.subnavititle, div#communitynavi {
			width:174px;
			height:auto;
			padding:0px 0px 12px 0px;
			float:left;
		}
			div#communitynavi ul {
				list-style-type:none;
				margin:0;
				padding:0 0 0 3px;
			}
			/* Btn in der Subnavigation */
			div.box_left_btn {
				background-color:#FF9F33;
				border-top:2px solid #FF8700;
				color:#FFFFFF;
				height:21px;
				width:171px;
				padding-top:3px;
				padding-left:3px;
				margin-bottom:3px;
			}
			
			div.box_left_btn a {
				color:#FFFFFF;
				text-decoration:none;
			}
			
			#logos img {
				border:1px solid #D3D2D2;
				margin-bottom:10px;
			}
		
	
	/* Mittlere Spalte */
	div#middle {
		width:556px;
		height:100%;
		float:left;
		margin-left:16px;
	}
	
	div#right {
		width:193px;
		float:left;
		padding-left:16px;
	}
	
/* Container fr Inhalte */
div#middle .container_content_wide {
	width:554px;
	height:auto;
	padding-bottom:25px;
	background-color:#FFFFFF;
	border:1px solid #D3D2D2;
}

div.new {
	background-image:url(/fileadmin/package/images/buttons/btn_new.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}

/* Boxen in der Linken Spalte (Suche / Login) */
div.box_left {
	width:174px;
	height:auto;
	float:left;
	background-color:#F6F6F5;
	border-top:2px solid #D3D2D2;
	padding:0px 0px 10px 0px;
	margin-bottom:15px;
}

	div.box_left a {
		color:#760101;
	}

	div.box_left div, div.box_left form, div.box_left span {
		padding-left:5px;
	}

	div.box_left div.title {
		font-weight:bold;
		color:#6B6A6A;
		line-height:20px;
	}

	div.box_left input {
		width:160px;
		margin-bottom:3px;
	}
		div.box_left input.btn {
			width:auto;
			margin-left:110px;
		}

/* Boxes for center column */
div.box_center div.boxtitle {
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	margin:0px;
	margin-top:10px;
	margin-bottom:20px;
	line-height:20px;
	text-indent:6px;
	border-top:2px solid #FF8700;
	border-collapse:separate;
	background-image:url(/fileadmin/package/images/backgrounds/bg_box_center_title.gif);
	background-color:#FCD2A2;
	background-position:right top;
	background-repeat:no-repeat;
}
	div.box_center div.boxtitle p {
		margin:0;padding:0;
	}
	
	div.box_center div.content a {
		/*font-weight:bold;*/
	}

div.box_center span.numselector {
	text-align:right;
	float:right;
}

div.box_center span.numselector strong {
	padding:0px 2px 0px 1px;
}

div.box_center span.numselector a {
	padding:0px 2px 0px 1px;
	font-weight:normal;
}

div.box_center div.content {
	padding:0px 6px 6px 6px;
}

div.box_center div.boxheader {
	margin:0px 6px 12px 6px;
}

div.box_center div.boxfooter {
	margin:18px 6px 6px 6px;
}

div.box_center div.boxheader, div.box_center div.boxfooter {
	background-color:#F6F6F5;
	height:16px;
	padding:3px;
	border:1px solid #D3D2D2;
}

div.box_center a {
	color:#760101;
	text-decoration:none;
	border-bottom:1px solid #760101;
}

div.box_center a:hover {
	color:#D65151;
	text-decoration:none;
	border-bottom:1px dotted #760101; 
}

div.box_center div.content p {
	margin-top:0px;
	margin-bottom:9px;
}

div.box_center div.content div.continue {
	float:right;
	width:30%;
	text-align:right;
	font-weight:bold;
	color:#760101;
}

div.box_center div.projectcontainer {
	padding-bottom:5px;
}

div.box_center div.project {
	padding:0px 6px 6px 6px;
}

div.box_center div.gallery {
	padding:0px 6px 0px 6px;
}

div.box_center div.gallery div.full {
	width:318px;
	float:left;
}

/*
		IMAGEBOX
*/
div.box_center div.imgbox {
	height:auto;
	width:104px;
}

div.box_center div.imgbox img {
	border-bottom:3px solid #D3D2D2;
	border-right:3px solid #D3D2D2;
}

div.imgbox a, div.imgbox a:hover {
	border-bottom:none;
}

div.imgbox .imgboxlink {
	border-bottom:1px solid #760101;
}

div.imgbox a:hover .imgboxlink {
	color:#D65151;
	border-bottom:1px dashed #D65151; 
}

div.box_center div.project div.img {
	float:left;
	width:116px;
}

div.box_center div.img img {
	border-bottom:3px solid #D3D2D2;
	border-right:3px solid #D3D2D2;
}

div.box_center div.gallery div.thumbs {
	text-align:right;
	width:220px;
	float:right;
}

div.box_center div.gallery div.thumbs div.imgbox {
	margin:0px 0px 3px 3px;
	float:right;
	width:104px;
	height:84px;
}

div.box_center div.gallery div.thumbs div.imgbox img {
	display:block;
}

div.box_center div.project div.content h2 {
	margin-bottom:15px;
}

div.box_center div.project div.content {
	margin-left:110px
}

div.box_center div.actions {
	text-align:right;
	background-color:#E8F3EA;
	padding:3px;
	border:1px solid #D3D2D2;
	font-size:11px;
	margin-bottom:25px;
	margin-top:10px;
	height:100%;
	width:100%;
}

div.box_center div.actions span.left {
	float:left;
	text-align:left;
}

div.box_center div.actions span.right {
	float:right;
	text-align:right;
}

div.box_center div.orderactions {
	text-align:right;
}

div.box_center div.orderactions span {
	background-image:url(/fileadmin/package/images/buttons/btn_order_arrows.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:20px;
	margin-bottom:15px;
}

div.box_center div.orderactions span.act {
	background-image:url(/fileadmin/package/images/buttons/btn_order_arrows_act.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:20px;
	margin-bottom:15px;
}

div.box_center div.orderactions span a {
	font-weight:bold;
	text-decoration:none;
	color:#760101;
}

div.box_center div.orderactions span.act a {
	font-weight:bold;
	text-decoration:none;
	color:#4A4A4A;
}

div.box_center div.orderactions span a:hover {
	text-decoration:underline;
}

div.box_center div.orderactions span.left {
	float:left;
	text-align:left;
	margin-right:70px;
}

div.box_center div.orderactions span.center {
	float:left;
	text-align:center;
}

div.box_center div.orderactions span.right {
	float:right;
	text-align:right;
}

div.box_center div.content div.title {
	font-weight:bold;
	margin-bottom:10px;
}

div.box_center div.pageselector {
	clear:both;
	background-color:#F6F6F5;
	height:16px;
	padding:3px;
	border:1px solid #D3D2D2;
	margin-bottom:12px;
	text-align:center;
	word-spacing:3px;
}

div.box_center div.comment {
	padding:0 6px 18px 6px;
	padding-bottom:18px;
	clear:both;
}

div.box_center div.comment div.user {
	float:left;
	width:143px;
}

div.box_center div.comment div.text {
	margin-left:143px;
}

.bg1 {
	background-color:#FFFFFF;
}

.bg2 {
	background-color:#F6F6F5;
}

/* Boxes for right column */
div.box_right {
	background-color:#FFFFFF;
	border:1px solid #D3D2D2;
	margin-bottom:16px;
	width:191px;
}

	div.box_right div.title {
		font-weight:bold;
		text-decoration:none;
		font-size:12px;
		margin:0px;
		line-height:20px;
		text-indent:6px;
		border-top:2px solid #D3D2D2;
		background-image:url(/fileadmin/package/images/backgrounds/bg_box_right_title.gif);
		background-color:#F6F6F5;
		background-position:right top;
		background-repeat:no-repeat;
	}
	
			div.box_right div.title p {
				margin:0;padding:0;
			}

div.box_right div.content {
	padding:6px 6px 12px 6px;
}

div.box_right a {
	color:#760101;
	text-decoration:none;
	border-bottom:1px solid #760101; 
}

div.box_right a:hover {
	color:#D65151;
	border-bottom:1px dashed #D65151; 
}

div.box_right ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

div.box_right ul.buttonlist {
	list-style-type:circle;
	margin-left:13px;
}

div.box_right ul li {
	margin-bottom:3px;
}

/* input styles */
table.form label {
	font-weight:bold;
}

table.form td {
	padding-bottom:15px;
}

input, select, textarea {
	border:1px solid #747373;
}

input.full {
	width:100%;
	margin-bottom:3px;
}

input.big {
	width:437px;
}

input.normal, select.normal {
	width:164px;
}

textarea.small {
	height:40px;
	width:164px;
}

input.small {
	width:75px;
}

input.btn {
	border:none;
}

/* Suche */

div.tx-indexedsearch div.tx-indexedsearch-searchbox {
	margin-bottom:12px;
}

	div.tx-indexedsearch div.tx-indexedsearch-searchbox form {
		width:100%;
		height:auto;
		float:left;
	}

	div.tx-indexedsearch div.tx-indexedsearch-searchbox div.tx-indexedsearch-form {
		width:100%;
		height:auto;
		float:left;
		margin-bottom:12px;
	}

	div.tx-indexedsearch div.tx-indexedsearch-searchbox div {
		width:100%;
		height:auto;
		clear:both;
		margin-bottom:12px;
	}

	div.tx-indexedsearch label {
		float:left;
		margin:0px 12px 0px 0px;
		display:block;
		width:105px;
		height:auto;
	}

	div.tx-indexedsearch input, div.tx-indexedsearch select {
		border:1px solid #CACACA;
	}
	
	div.tx-indexedsearch input#tx-indexedsearch-searchbox-sword {
		width:258px;
	}

	div.tx-indexedsearch input#tx-indexedsearch-searchbox-button-submit {
		width:46px;
		height:18px;
		margin:0px 0px 0px 117px;
		border:0;
	}

	div.tx-indexedsearch div.tx-indexedsearch-browsebox ul {
		margin:0px 0px 20px 0px;
		padding:0;
	}		
	
		div.tx-indexedsearch div.tx-indexedsearch-browsebox ul li {
			display:inline;
			margin-right:10px;
			padding:0;
			list-style-type:none;
		}

			div.tx-indexedsearch div.tx-indexedsearch-browsebox ul li a {
				display:inline-block !important;
			}

	.tx-indexedsearch .result {
		border:1px solid #CACACA;
		background-color:#E8F3EA;
		margin:0;
		padding:0 0 5px 10px;
		text-align:left !important;
		font-size:12px !important;
		height:auto !important;
	}
	
	.tx-indexedsearch .result h3 {
		padding:5px 0 5px 0;
		margin:0;
	}
	
	.tx-indexedsearch .result p {
	}
	
	.tx-indexedsearch .result .details {
		margin-top:10px !important;
		font-size:11px !important;
	}

	div.tx-indexedsearch div.tx-indexedsearch-res {
		width:100%;
		height:auto;
		margin:0px 0px 12px 0px;
	}
	
		div.tx-indexedsearch div.tx-indexedsearch-res p {
			margin:0 !important;
			padding:0 !important;
			clear:both;
		}
	
		div.tx-indexedsearch dl {
			display:block;
			width:100%;
			height:auto;
			margin:0;padding:0;
			float:left;
		}

		div.tx-indexedsearch dt, div.tx-indexedsearch dd {
			margin:0;padding:0;float:left;
		}
			div.tx-indexedsearch dd {
				padding-right:10px;
			}
			
/* Weiterempfehlen */
div.tip-a-friend_form-container {
	width:100%;
	height:auto;
	clear:both;
}
	div.tip-a-friend_form-container p {
		float:left;
		width:100%;
		height:auto;
		padding-bottom:10px !important;
	}

	div.tip-a-friend_form-container label {
		display:block;
		float:left;
		width:290px;
		height:auto;
	}
	div.tip-a-friend_form-container input, 	div.tip-a-friend_form-container textarea {
		width:300px;
		border:1px solid #CACACA;
		margin:0;
		padding:0;
	}
	div.tip-a-friend_form-container p.tip-a-friend_form-captcha img {
		margin-bottom:5px;
	}

	div.tip-a-friend_form-container input#submit {
		margin:0px 0px 0px 240px;
		width:46px;
		height:18px;
		border:0;
	}
	
/* sr_feuser_register */
#tx-srfeuserregister-pi1-fe_users_form dl {
	width:100%;
}

#tx-srfeuserregister-pi1-fe_users_form dl dt{
	/*width:40%;*/
}

.container_content_wide #tx-srfeuserregister-pi1-fe_users_form {
	padding-left:3px;
	padding-top:20px;
}

.container_content_wide #tx-srfeuserregister-pi1-fe_users_form #submit {
	margin-bottom:-4px;
}

* .container_content_wide #tx-srfeuserregister-pi1-fe_users_form #submit {
	margin-bottom:-3px;
}

/* cwt_community */
.tx-cwtcommunity-pi1 {
	padding-left:3px;
}

table#userlist {
	width:100%; 
}

table#userlist tr th {
	color:#27A345;
	font-weight:bold;
	padding:5px;
	border-top:1px solid #27A345 
}

table#userlist tr.odd td, table#userlist tr.even td {
	padding:5px;
	border-top:1px solid #FF9F33; 
}

table#userlist tr.odd {
	background-color:#eeeeee;
}

table#userlist tr td.online {
	color:#27A345;
	font-weight:bold;
}

table#userlist tr td.offline {
	color:#FF9F33;
}

/* nr_t3pages */
form.addcomment {
}

.addcomment label {
	font-weight:bold;
	margin-left:5px;
}

.addcomment p {
	width:170px;
	float:right;
}

*html .addcomment p {
	width:190px;
}

.addcomment textarea {
	margin-left:5px;
	width:355px;
	height:150px;
	float:left;
}

*html .addcomment textarea {
	width:320px;
}

.addcomment #submitcomment, .addcomment #submitvote, #fastinsertbtn, #longinsertsubmit {
	float:left;
	margin-left:10px;
	margin-top:49px;
	background-color:#ff9f33;
	color:#ffffff;
}

*html .addcomment #submitcomment {
	margin-top:59px;
	width:190px;
}

.addcomment #submitvote, #fastinsertbtn, #longinsertsubmit {
	float:none;
}

#fastinsertbtn, #longinsertsubmit {
	margin:0;
}

#voting label {
	margin-left:117px;
}

/* Tagcloud */
#tagcloud {
	text-align:center;
	margin-top:10px;
} 

/* Fehlermeldungen */
.errormsg {
	margin:10px;
	padding:5px;
	border:1px solid #FF8700;
}

p.tip-a-friend_form-error {
	padding:10px 5px 10px 5px;
	margin-top:-20px;
	border:1px solid #d3d2d2;
	background-color:#ff9999;
}

ul.errormsg {
	list-style-type:none;
}

/* Login */
.box_left p {
	padding:5px;
}

#info {
	font-size:10px;
	color:#888888;
	text-align:center;
}
	#info a	{
		color:#888888; 
	}

/*
		Fastinsert
*/
/* sr_feuser_register */
#fastinsert td.desc {
	width:25%;
	padding-right:20px;
}

#fastinsert td textarea {
	width:370px;
}

#fastinsert td input#captcha {
	width:50px;
}

#captcha {
	margin-bottom:15px;
}

dl#tip-a-friend dt {
	width:30%;
}

input.stdbutton {
	background-color:#ff9f33;
	color:#ffffff;
}