/*
--------------------------------------------------------------------------------

Client: Multimedia Networks AG, Switzerland 

Agency: kubus media | Interaktive Medien, Basel
Author: Joscha van der Linden for kubus media

--------------------------------------------------------------------------------
*/


/*  -GENERELL---------------------------------------------------------------  */

html,
body {
	margin: 0;
	padding: 0;
	background-color: #161616;
	background-image: url('../pictures/base/bg.gif');
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0px 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	scrollbar-arrow-color: #919191;
	scrollbar-base-color: #4C4C4C;
}
table {
	font-size: 0.7em;
	color: #FFFFFF;
}
#top {
	height: 120px;
	background-image: url('../pictures/base/top.gif');
	background-position: top right;
	background-repeat: repeat-x;
}
#logo {
	padding-top: 92px;
	padding-left: 250px;
}
#left_surrounding {
	width: 250px;
	float: left;
}
#mastercontainer {
	text-align: left;
	margin: 0 auto;
	width: 950px;
	background-color: #4C4C4C;
	height: 100%;
}
hr {
	border: 0;
 	height: 1px;
	color: #FF6600;
	background-color: #FF6600;
	margin: 10px 0;
}
*html hr {
	border: 0;
 	height: 1px;
	color: #FF6600;
	background-color: #FF6600;
	margin: 0 0 10px 0;
}
.clearfloat {
	clear: both;
	padding: 0;
	margin: 0;
}
ul {
	padding: 2px;
	margin: 0;
}
li {
	list-style: square;
}
pre {
	font-size: 120%;
}
.alert {
	padding: 0;
	margin: 0;
	color: #FF0000;
	border: 3px solid #FF0000;
}

/*  -NAVIGATION-------------------------------------------------------------  */

#navigation {
	font-size: 90%;
	margin: 20px 0 10px 10px;
}
.navigation_float_right {
	float: right;
	text-align: left;
}
.navigation_bottom {
	width: 750px;
}
#navigation ul {
	padding: 0;
	margin: 0;
}
#navigation ul ul {
	padding: 0;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-left: 0;
}
#navigation li {
	margin: 0;
	padding: 2px;
	list-style: none;
	text-transform: uppercase;
	border-bottom: solid 1px #565656;
}
* html #navigation li {
	margin: 0;
	padding: 0.04em;
	list-style: none;
	text-transform: uppercase;
	border-bottom: solid 1px #565656;
}
#navigation li a {
	text-decoration: none;
	display: block;
	background-color: #4C4C4C;
}
#navigation li a:hover {
	text-decoration: none;
	display: block;
	background-color: #515151;
}
/*  -START------------------------------------------------------------------  */

.domain_search {
	float: left;
	width: 350px;
	margin: 20px 0 0 250px;
}
* html .domain_search {
	float: left;
	width: 350px;
	margin: 20px 0 0 125px;
}
/*  -CONTENT----------------------------------------------------------------  */
#content_surrounding {
	float: left;
	width: 700px;
	background-color: #F1F1F1;
	border-bottom: 5px solid #DDDCD7;
	background-image: url('../pictures/base/content_transition.gif');
	background-position: top left;
	background-repeat: repeat-x;
}
#content {
	color: #252525;
	min-height: 160px;
	line-height: 1.6em;
	border-top: 5px solid #FF6600;
}
#content_in {
	padding: 15px 15px 25px 15px;
}
#header {
	height: 120px;
	padding: 0;
	margin: 0;
}
#header h1 {
	display: none;
}
.hidden {
	display: none;
}
#content h1 {
	font-size: 1.25em;
	color: #252525;
	margin-top: 0;
	margin-bottom: 1.5em;
}
#content h2 {
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.35em;
	padding: 0;
}
#content h3 {
	font-size: 1em;
	color: #000000;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0.35em;
	padding: 0;
}
#content a,
a {
	color: #ff6600;
	text-decoration: underline;
}
#content a:hover,
a:hover {
	color: #000000;
	text-decoration: underline;
}
#content ul {
	padding: 2px;
	margin: 0 0 0 10px;
}
#content ul li {
	list-style: square;
	list-style-image:url('../pictures/base/li.gif');
	margin: 0 0 0 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: solid 1px #ff6600;
}

/*  -SPECIAL STYLE----------------------------------------------------------------  */

#content .black_link,
#content a.black_link {
	color: #000000;
	text-decoration: none;
}

#content a.black_link:hover {
	color: #ff6600;
	text-decoration: none;
}

.small_grey_text {
	color: #666666;
	font-size: 85%;
}

.bottom_nav_content {
	color: #BEBEBE;
	margin: 10px 0 0 250px;
}

/*  -SPECIAL UL-------------------------------------------------------------------  */
#content ul li.support_li {
	list-style: square;
	list-style-image: url('../pictures/base/support_li.gif');
	margin: 0 0 0 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: none;
}
/*  ------------------------------------------------------------------------------  */
#content ol {
	padding: 2px;
	margin: 0 0 0 10px;
}
#content ol li {
	list-style: decimal;
	margin: 0 0 0 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: solid 1px #ff6600;
}
#content table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	width: 100%;
	padding: 0;
	margin: 0;
}
*html #content table {
	width: 93%;
	padding: 0;
	margin: 0;
}
#content td {
	color: #252525;
	padding: 2px 2px;
	vertical-align: top;
	background-image: url('../pictures/base/table_row_bottom_line.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}
#content .titlerowtd,
#content .titlerowtd_alt {
	background-image: none;
	padding: 3px 0;
	vertical-align: top;
}
#content .titlerowtd_alt {
	background-color: #d8d8d8;
}
#content .inforowtd {
	color: #252525;
	padding: 2px 2px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	background-image: none;
}
#content .titlerownoimg {
	background-image: none;
}
#content .inforowtd {
	padding-right: 5px;
}
#content .formrowtd,
#content .formrowtd_alt {
	background-image: none;
	padding: 5px;
	vertical-align: top;
}
#content .formrowtd_alt {
	background-color: #d8d8d8;
}
.left {
	float: left;
	margin-right: 10px;
}
.right {
	text-align: right;
}
.right_left {
	text-align: left;
	width: 560px;
	margin-left: 9em;
}
.a_dot {
	padding-left: 10px;
	background-image: url('../pictures/base/li.gif');
	background-position: 0 50%;
	background-repeat: no-repeat;
}

/*  -COPY-------------------------------------------------------------------  */

#footer {
	font-size: 1em;
	color: #5C5C5C;
	margin: 0 0 0 250px;
	padding: 5px 0 10px 0;
}
#footer a {
	color: #5C5C5C;
}
#footer a:hover {
	color: #C600FF;
}

/*  -FORM-------------------------------------------------------------------  */
input,
textarea,
select,
form_input_start {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	border: 1px solid #919191;
	background-color: #c1c1c1;
	margin-top: 3px;
}

.form_input {
	padding: 2px;
	height: 17px;
	width: 100%;
}
.form_input_start {
	padding: 2px;
	height: 17px;
}
.form_select {
	height: 17px;
	padding: 2px;
}
.form_textarea {
	padding: 2px;
	width: 100%;
}
.form_flexible {
	height: 17px;
	padding: 0;
	margin: 0;
}

/*  -OUCH-------------------------------------------------------------------  */

.layout_table {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 950px;
}
.layout_tr_bottom{
	margin: 0;
	padding: 0;
}
.layout_td_bottom{
	font-size: 0,2em;
	margin: 0;
	height: 15px;
	background-color: #BEBEBE;
	padding: 3px 10px;
}
#toolbar_left {
	float: left;
}
#toolbar_right {
	width: auto;
	text-align: right;
}
#toolbar_right img {
	margin-left: 10px;
}
/*  -OUCH-------------------------------------------------------------------  */

dir {
	margin: 0 0 0 30px;
	padding: 0;
}

/*  -END--------------------------------------------------------------------  */

#nav_path {
	padding: 10px 0 0 0;
}
#nav_path hr {
	border: 0;
 	height: 1px;
	color: #565656;
	background-color: #565656;
	margin: 10px 0;
}
