/*----------------------------------------------------------------------------
	main.css

	this css-file contains all definitions, that are independend from the
	colorschemes.

	(c) Schlund + Partner AG

	This CSS-File uses the original "Tanteks Box Modell Hack"
	http://www.tantek.com/CSS/Examples/boxmodelhack.html

	NOTE:
	Older W3C CSS validators return errors when the voice-family property
	is used in a 'screen' style sheet. This is an error in the W3C CSS
	validator itself. The validator should report a warning, not an error,
	when properties which are unsupported by a particular medium are used,
	and this has been reported to the W3C:

 ----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/

body#main_body {
    margin: 0px 0 15px 0px;
    padding: 0;
    text-align: center;
}

body#frame_body {
    margin: 15px 15px 15px 15px;
    padding: 0;
    text-align: left;

    font-family: Arial,Tahoma,Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin-left: 1px;
    margin-bottom: 15px;
    color: #373737;

    background: repeat-y;
    background-image: url(/colorschemes/colorscheme10/images/static/framecontentbg.gif);
}

/*-- global container ------------------------------------------------------*/

#container {
    position: relative;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 929px;
}

#header {
    position: relative;
    padding-bottom: 19px;
    margin: 0;
    width: 929px;
    /* height: 180px;*/

    top: 0px;
    left: 0px;
}

#main_container {
    padding: 0;
    margin: 0px 0px 0px 0px;
}

#uploadpopup_page_container {
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	width: 550px;

	font-family: Arial,sans-seriff;
  	font-style: normal;
  	font-size: 12px;
  	font-weight: normal;
  	text-decoration: none;
  	color: rgb(0,0,0);

	border-width: 0px; 
	border-style: solid; 
	border-color: rgb(0,0,0); 
	background-color: rgb(255,255,255);
}

#random_gallery_picture_header_image {
	position: absolute; 
	margin: 0 0 0 0;
	padding: 0 0 0 0;  
	width: 180px; 
	height: 5px; 
	left: 6px; 
	top: 177px;
	border-width: 0px; 
	border-style: solid; 
	border-color: rgb(192,192,192); 
	background-color: rgb(255,255,255);
}

#random_gallery_picture {
	position: absolute; 
	margin: 0 0 0 0;
	padding: 0 0 0 0;  
	width: 178px; 
	height: 150px; 
	left: 6px; 
	top: 182px;
	border-width: 1px; 
	border-style: solid; 
	border-color: rgb(192,192,192); 
	background-color: rgb(242,242,242);
}

#login_header_image {
	position: absolute; 
	margin: 0 0 0 0;
	padding: 0 0 0 0;  
	width: 180px; 
	height: 5px; 
	left: 6px; 
	top: 342px;
	border-width: 0px; 
	border-style: solid; 
	border-color: rgb(192,192,192); 
	background-color: rgb(255,255,255);
}

#login_header {
	position: absolute; 
	margin: 0 0 0 0;
	padding: 0 0 0 0;  
	width: 178px; 
	height: 146px; 
	left: 6px; 
	top: 347px;
	border-width: 1px; 
	border-style: solid; 
	border-color: rgb(192,192,192); 
	background-color: rgb(242,242,242);
}

#custom_projects_header_image {
	position: absolute; 
	margin: 0 0 0 0;
	padding: 0 0 0 0;  
	width: 180px; 
	height: 5px; 
	left: 6px; 
	/* top: 503px; */
	border-width: 0px; 
	border-style: solid; 
	border-color: rgb(192,192,192); 
	background-color: rgb(255,255,255);
}

#custom_projects {
	position: absolute; 
	margin: 0 0 0 0;
	padding: 0 0 0 0;  
	width: 178px; 
	height: 535px; 
	left: 6px; 
	/* top: 508px; */
	border-width: 1px; 
	border-style: solid; 
	border-color: rgb(192,192,192); 
	background-color: rgb(255,255,255);
}

#square_ad {
	position: absolute; 
	margin: 0 0 0 0;
	padding: 0 0 0 0;  
	width: 178px; 
	left: 6px; 
	/* top: 1053px; */
	border-width: 1px; 
	border-style: solid; 
	border-color: rgb(192,192,192); 
	background-color: rgb(242,242,242);
}

#square_ad_180x150 {
	position: absolute; 
	margin: 0 0 0 0;
	padding: 0 0 0 0;  
	width: 180px; 
	height: 150px; 
	left: 6px; 
	/* top: 1053px; */
	border-width: 0px; 
	border-style: solid; 
	border-color: rgb(192,192,192); 
	background-color: rgb(255,255,255);
}

#quote {
	position: relative;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 0 0;  
	width: 600px; 
	border-width: 1px; 
	border-style: dashed; 
	border-color: rgb(128,128,128); 
	background-color: rgb(255,255,255);
}

#long_bio {
	position: absolute; 
	margin: 0 0 0 0;
	padding: 0 0 0 0;  
	width: 695px; 
	left: 208px; 
	top: 390px;
	border-width: 0px; 
	border-style: solid; 
	border-color: rgb(192,192,192); 
	background-color: rgb(242,242,242);
}

/*--- Workbench Style -----------------------------------------------------------------*/

#project_icon {
	position: absolute; 
	margin: 0 0 0 0;
	padding: 0 0 0 0;  
	width: 75px; 
	height: 58px; 
	border-width: 0px; 
	border-style: solid; 
	border-color: rgb(192,192,192); 
	background-color: rgb(255,255,255);
}

#logout_icon {
	position: absolute; 
	margin: 0 0 0 0;
	padding: 0 0 0 0;  
	width: 60px; 
	height: 80px; 
	left: 570px; 
	top: 500px;
	border-width: 0px; 
	border-style: solid; 
	border-color: rgb(192,192,192); 
	background-color: rgb(255,255,255);
}

#project_list {
	position: absolute; 
	margin: -21px 0 0 -12px;
	padding: 0 0 0 0;
	top: 0px;
	left: 0px;  
	width: 155px; 
	height: 54px; 
	border-width: 0px; 
	border-style: solid; 
	border-color: rgb(192,192,192); 
	background-color: rgb(255,255,255);
}

#project_list_projects {
	position: absolute; 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top: 60px;
	border-width: 0px; 
	border-style: solid; 
	border-color: rgb(192,192,192); 
	background-color: rgb(242,242,242);
}

/*--- End of Workbench Style -----------------------------------------------------------------*/

#layout_table {
    border-collapse: collapse;
}

#sub_nav_column {
    vertical-align: top;
}

#content_column {
    vertical-align: top;
    height: 1704px;
}

#left_column_container {
    margin-top: -1px;
    padding: 0;
    width: 200px;
    float: left;
}

#sub_container1 {
    margin: 0 0 0 0px;
    padding: 0;
}

#sub_container2 {
    margin: 20px 0px 0 5px;
    padding: 0px 0px 10px 0px;
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    width: 695px;
}

#sub_container2_with_iframe {
    	margin: 20px 0px 0 5px;
    	padding: 0px 0px 10px 0px;
    	background-repeat: no-repeat;
    	background-position: left top;
    	float: left;
    	width: 708px;
	border-width: 0px; 
	border-style: solid; 
	border-color: black; 

}

#content_container {
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding: 0;
    width: 695px;
}

#content_container_with_iframe {
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding: 0;
    width: 708px;
}

#project_list_content_container {
    position: absolute;
    margin: 0px 0px 0px 0;
    padding: 0;
    width: 178px;
    left: 15px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    clear: both;
    position: relative;
    top: 0px;
    left: 2px;
    width: 924px;
    height: 113px;
}

/*--- slogan (as text or background image) ---------------------------------*/

#slogan {
    position: relative;
    top: 0px;
    left: 0px;
    padding: 3px 5px 3px 5px;
    margin-bottom: 3px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 919px;
    text-align: right;
}

html>body #slogan {
    width: 919px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    width: 202px;
    height: 80px;
    position: relative;
    top: 15px;
    left: 677px;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    z-index: 1;
    position: relative;
    top: 3px;
    left: 0px;
    line-height: 0;
    padding: 0 0px 0 0px;
    margin: 0 0 0px 0;
    overflow: hidden;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 929px;
    /*height: 26px;*/

}

html>body #main_nav_container {
    width: 929px;
}

#main_nav_list {
    margin: 0 0px 0 10px;
    padding: 0;
    list-style-type: none;
    width: 919px;
}

#main_nav_list li {
    float: left;
    margin: 0px 0 0 0;
    padding: 0;
min-width:80px;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
    overflow: hidden;
    margin: 0;
    padding: 0px 15px 0px 20px;
    display: block;
    float: left;
    line-height: 26px;
    text-align: center;
    height: 26px;
    voice-family: "\"}\"";
    voice-family: inherit;
}

html>body #main_nav_list a {
    height: 26px;
}

a.main_nav_item:hover {
    /*background: transparent;*/

}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
    /*margin: -1px 0px 20px 0px;*/

    margin: -5px 0 0px 5px;
    padding: 0 0px 0px 0px;
    float: left;
    width: 170px;
    border-top: 5px solid;
    border-bottom: 1px solid;
    position: relative;
}

html>body .sub_nav_container {
    margin: -5px 0 0px 10px;
    padding: 0 0px 0px 0px;
    width: 170px;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
    border: 0;
    margin: 0px 0 0 0;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list li {
    clear: both;
    margin: 0px 0 0px 0;
    padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
    overflow: hidden;
    text-align: left;
    line-height: 19px;
    height: 20px;
    padding: 0 5px 0 60px;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 105px;
}

html>body .sub_nav_list a {
    width: 105px;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    margin: 0;
    padding: 0;
    width: 929px;
    height: 150px;
    clear: both;
}

#footer_text {
    padding: 12px 9px 0 12px;
    margin: 0px 0px 0px 0px;
    text-align: right;
}

/*----------------------------------------------------------------------------
  default-styles for .content html-elements
----------------------------------------------------------------------------*/

/*--- paragraph ------------------------------------------------------------*/

.content {
    font-family: Arial,Tahoma,Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}

.iframe_content {
    font-family: Arial,Tahoma,Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    padding: 0;
    line-height: 1.3;
}

.content p {
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}

.content table {
    font-family: Arial,Tahoma,Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin-left: 1px;
    margin-bottom: 15px;
    /* width: 99.8%;*/

    border-left: 1px solid;
    border-top: 1px solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 11px;
}

.content select {
    font-family: Arial,Tahoma,Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.content input {
    font-family: Arial,Tahoma,Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

.content textarea {
    font-family: Arial,Tahoma,Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}


.iframe_content p {
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}

.iframe_content table {
    font-family: Arial,Tahoma,Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin-left: 1px;
    margin-bottom: 15px;
    /* width: 99.8%;*/

    border-left: 1px solid;
    border-top: 1px solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 11px;
}

.iframe_content select {
    font-family: Arial,Tahoma,Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.iframe_content input {
    font-family: Arial,Tahoma,Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

.iframe_content textarea {
    font-family: Arial,Tahoma,Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

/*--- headings -------------------------------------------------------------*/

/*--- links ----------------------------------------------------------------*/

/*--- tables ---------------------------------------------------------------*/

.content th {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 3px 5px 3px 5px;
    text-align: left;
    font-weight: bold;
    font-family: Arial, Tahoma, Verdana;
}

.content td {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 3px 5px 3px 5px;
}

.content tr.odd {
    padding: 3px 2px 3px 2px;
}

.content tr.even {
    padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}

/*--- lists ----------------------------------------------------------------*/

/*--------------------------------------------------------------------------*/

