body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#CCCCCC;
	padding: 0;
	margin: 0;
	}

#outerwrapper {
	width:1140px;
	height: auto;
	background-image:url(http://www.newcomers-network.de/images/design/back_shadow.gif);
	background-repeat: repeat-y;
	background-color:#ccc;
	margin: 0;
	padding: 0 5px;	
	}

	
#ads{
	width: 120px; 
	height: auto;
	float: right;
	margin: 105px 9px 0 0;
	padding: 0;
		}

#pagewrapper{
	width:1002px;
	height: auto;
	background-color:#ffffff;
	padding: 0;
	}	
		
#nn_header{
	height: 70px;
	width: 992px;
	margin: 0;
	padding: 0 0 10px 0;
	}		
	
#topadbanner{
	width: 468px;
	float: right;
	padding: 0px 4px 0px 0px;
	margin: 5px 0 0 0;
	}	
	
#networklogo{
	width: 340px;
	margin: 0 42px 0 10px;
	padding: 0;
	}		
	
#navbar_top{
	width: 1000px;
	height: 23px;
	padding: 0;
	margin: 0;
	}

#social_media {
	float: left;
	padding: 0 140px 0 11px;
	}
	
#navigation_tabs {	
	margin: 0;
	padding: 0;
	z-index: 30000;
	}

#navigation_tabs li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	}

#navigation_tabs li a {	
 	background: #b3c7e1;
	background-image:url(http://www.newcomers-network.de/images/design/tab_gradient.gif);
	background-repeat: repeat-x;
	background-position: top left;
	display: block;
	margin: 0 7px 0 0;
	padding: 4px 10px;
	color: #666666;
	text-align: center;
	text-decoration: none;
	border: 1px solid #fff;
    border-bottom: 1px solid #dddddd;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	}
	
#navigation_tabs  li.tab_on a.tab_on {	
	background: #b3c7e1;
	background-image:url(http://www.newcomers-network.de/images/design/tab_on.gif);
	background-repeat: repeat-x;
	background-position: top left;
	display: block;
	margin: 0 7px 0 0;
	padding: 4px 10px;
	color: #666666;
	text-align: center;
	text-decoration: none;
    border-bottom: 1px solid #FEC80C;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	z-index: 30000;
	}
	
#navigation_tabs li a:hover {
	background: #ffffff;
	color: #000000;
	border: 1px solid #cccccc;
	text-decoration: none;
	cursor: default;
	}

#navigation_tabs li a:hover.tab_on {
	background: #ffffff;
	color: #000000;
	border: 1px solid #FEC80C;
	}

#navigation_tabs div {	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #ffffff;
	border: 1px solid #bbbbbb;
	z-index: 30000;
	}

#navigation_tabs div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #ffffff;
	color: #000000;
	font: 11px verdana,
	}

#navigation_tabs div a:hover {	
	background: #ffffff;
	color: #b3c7e1;
	border: 1px solid #888888;
	cursor: pointer;
	}	

#branding {
	display: none;
}

#secondary_nav {
	color: #878787;
	font-size: 0.9em;
	padding: 12px 15px 12px 15px;
	clear: left;
}

#content {
	padding: 10px 15px 0px 15px;
	clear: left;
}

#primary_nav {
display: none;
}

#section_links {
display: none;
}

#user_navigation.not_logged_in {
		font-size: 1em;
		padding: 5px 0px;
		display: none;
	}

#user_navigation.logged_in a {
			margin: 0px 10px;
			color: #000000;
		}
		
#user_navigation.logged_in a:hover {
			text-decoration: underline;
		}		
		
#secondary_nav a {
		color: #000;
		text-decoration: underline;
		font-size: 11px;
	}

#secondary_nav a:hover {
		color: #888;

	}
	
/************************************************************************/
/* COLORS */


	.row1, .row1 td, .post_block.row1 {
	background-color: #fff; /* Very light blue */
}

	.row1 .altrow, .row1.altrow,
	.personal_info, .general_box {
		background-color: #fff; /* Slightly darker than row1 */
	}
	
.row2, .row2 td, .post_block.row2,
.message {
	background-color: #fff; /* Light blue */
}

	.row2 .altrow, .row2.altrow,
/*	ul.post_controls,*/
	ul.topic_moderation {
		background-color: #fff; /* Slightly darker than row2 */	
		}
		
.header {
	background: #e2e3e6;
	color: #000;
}

body .maintitle {
	color: #000;
	background: #ffea9e;
	background-image:url(http://www.newcomers-network.de/images/design/forums_top_gradient.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

h3 .maintitle {
	width: 956px;
}

h2.maintitle {
	width: 956px;
	overflow: hidden;
	
}

body .maintitle a {
		color: #000;
	}

a {
	color: #000;
}

a:hover {
		color: #888;
		text-decoration: underline;
	}	

.bar {
	background: #e2e3e6;
}

#login_form {
clear: left;
}

#nn_footer{
	clear:both;
	text-align: center;
	margin: 0 10px 0 10px;
	}
	
#user_info {
		margin-left: 5px;
		margin-right: 15px;
	}
	
.general_box h3 {
		background: #e2e3e6;
		color: #000;
	}

body#ipboard_body fieldset.submit,
body#ipboard_body p.submit {
	background-color: #e2e3e6;
}

.input_submit {
	background-color: #ffcd21;
	background-image:url(http://www.newcomers-network.de/images/design/tab_on.gif);
	background-repeat: repeat-x;
	background-position: top left;
	color: #000000;
	border-color: #ffcd21;
}

.input_submit:hover {
		background: #ffea9e;
	}
	
.input_submit.alt {
	background-color: #ffcd21;
	background-image:url(http://www.newcomers-network.de/images/design/tab_on.gif);
	background-repeat: repeat-x;
	background-position: top left;
	color: #000000;
	}
	
.input_submit.alt:hover {
			background: #e4ebf2;
			color: #000;
		}
		
#user_navigation {
	background: #fff;
	font-size: 0.9em;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #fff;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	position: absolute;
	top:  -98px;
	left: 310px;
	width: 90px;
	z-index: 9999;
	padding-bottom: 5px;
}		
#user_navigation ul#user_link_menucontent {
		background: #fff;
		border: 1px solid #1d3652;
		margin-top: 0px;
		width: 130px;		
		float: right;
		z-index: 10000;
	}

#user_navigation ul#user_link_menucontent li {
			padding: 1px;
			float: none;
		}

#user_navigation ul#user_link_menucontent a {
			color: #000;
			text-decoration: none;
			padding: 5px 5px 5px 5px;
			display: block;
		}

#user_navigation ul#user_link_menucontent a:hover {
				text-decoration: underline;
				background: #fff;
				color: #000;
			}

#user_navigation #user_link {
	background-color: #ffcd21;
	background-image:url(http://www.newcomers-network.de/images/design/tab_on.gif);
	background-repeat: repeat-x;
	background-position: top left;
		border: 1px solid #ffcd21;
		padding: 3px 20px 3px 10px;
		margin: 6px 0 0px 0px;
		min-width: 100px;
		-moz-outline: 0px;
			-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;

		position: relative;
		display: block;
		overflow: hidden;
		color: #000000;
	}
	
h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 8px 0;
	clear: left;
}	

#footer_utilities {
	background-image:url(http://www.newcomers-network.de/images/design/forums_top_gradient.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #ffea9e;
	font-size: 0.8em;
	padding: 4px 15px;
	margin: 25px 15px 0 15px;
	color: #000000;
}

#footer_utilities ul li:first-child {
			color: #000;
		}
		
.filter_bar {
	background-color: #ffea9e;
	color: #000;
}
	
	.filter_bar a, .filter_bar label {
		color: #d5dde5;
	}
	
#stat_links a {
color: #000000;
}	

	.message.unspecific {
		background-color: #f3f3f3;
		border-color: #d4d4d4;
		color: #515151;
		margin: 0 0 10px 0;
		clear: left;
	}
	
#admin_bar {
	background: #888;
	color: #000;
	font-size: 0.8em;
	padding: 7px;
	height: 14px;
}	

		#admin_bar li.active, #admin_bar li.active a {
			color: #000;
		}
	#admin_bar li {
		color: #000;
		padding: 0 3px 0 5px;
	}
	
.topic_buttons li a {
		background: transparent url(http://www.newcomers-network.de/images/design/topic_button_right.gif) no-repeat top right;
		padding: 7px 12px 6px 3px;
		
	}

.topic_buttons li {
	background: transparent url(http://www.newcomers-network.de/images/design/topic_button_left.gif) no-repeat top left;
	padding: 0;
	margin: 0px 10px 10px 0px;
	float: right;
}

.topic_buttons li a {
color: #000000;}	

.topic_buttons li:hover a {
			background: transparent url(http://www.newcomers-network.de/images/design/topic_button_right_hover.gif) no-repeat top right;
		}	
		
.topic_buttons li:hover {
		background: transparent url(http://www.newcomers-network.de/images/design/topic_button_left_hover.gif) no-repeat top left;
	}		
	
.clear {
	clear: left;
}	

.tab_bar.no_title {
	background-image:url(http://www.newcomers-network.de/images/design/forums_navbar_grad.gif);
	background-repeat: repeat-x;
		background-repeat: repeat-x;
		background-position: bottom;
		padding: 7px 15px 56px 15px;
	}
	
.tab_bar.no_title.mini {
		border-bottom: 8px solid #fec910;
	}

.tab_bar li.active {
background-image:url(http://www.newcomers-network.de/images/design/forums_navbar_grad.gif);
	background-repeat: repeat-x;
		background-repeat: repeat-x;
		background-position: bottom;
		background-color: #FFEBA3;
		color:#000000;
	}

.tab_bar li.active, .tab_bar li.active a {color: #000; }	
	

#usercp_menu {
	text-align: right;
	font-size: 0.9em;
	border-right: 3px solid #888;
	width: 190px;
	float: left;
}

	#usercp_menu li.active {
		background-color: #888;
		color: #fff;
		font-weight: bold;
		font-size: 1.05em;
		-moz-border-radius: 4px 0 0 4px;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		padding: 6px 5px;
		margin-right: 0px;
	}
	
#usercp_content {
	padding: 0 0 0 10px;
	margin-left: 190px;
	border-left: 3px solid #888;
}	
	
#forum_legend {
	display: none;
}

div#login_form {
	width: 80%;
	margin: 0 auto 25px 0;
}

div#guest_register {
	width: 30%;
margin: 37px 0 0 0;
}

ul.post_controls {
	background-image: url(http://www.newcomers-network.de/forums/public/style_images/master/gradient_bg.png);
	background-repeat: repeat-x;
	background-position: 50%;
	font-size: 0.8em;
	text-align: right;
	padding: 6px 10px 28px 6px;
	clear: left;
}

#forums_upload_button {
float: right;
margin: 0 140px 0 0;
}	

#user_navigation ul#user_other {	
	margin-left: 0px;
	padding-left: 0;
}

#user_navigation ul#user_other li {
	float: left;
	padding: 0 0px;
	margin-left: 0;
}
input#zoom_button {
	padding: 0 5px 0 0;
	float: right;
	}

input#zoom_searchbox {
	padding: 0;
	margin: 3px 0 0 0;
	}
	
div#profile_overview {
	width: 48%;
}

div#main_profile_body {
	width: 50%;
	margin-top: 0px;
}	

#status_box { display: none;}

.contact_info {
	width: 95%;
}

.photo {
height: 100%;}

.gallery_album_row {
	text-align: left;
	overflow: hidden;
	clear: left;
	margin-top: 2px;
	width: 975px;
}
#gallery_user_info {
	width: 19%;
	float: left;
	margin-right: 2%;
display: none;
}
#gallery_user_photos {
	width: 100%;
	float: left;
}

.maintitle2 {
font-size: 13px;
text-align: center;
padding: 0
font-weight: normal;
}

.about_info {display: none;}
