/*
Company:	Nautica X - ost.org
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group Global Browser Reset */
* {
padding:0;
margin:0;
}





fieldset { 
	padding:30px 0px 10px 30px; 
	border: 1px solid #e2e4e5;
	font-size: 11px;
	font-weight: bold;
	margin: 45px 0px 15px 0px;	
	background-color: #FFF;
	width: 500px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;

}

fieldset input, input, textarea {
	background-color: #e1e1e1;
	border: none;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	font-family: "helvetica neue", helvetica, arial, Verdana, sans-serif;	
	font-weight: bold;
}



img { border: 0px; }
/* @end */

/* @group HTML, Body */
body {
	font-size: 11px;
	font-family: "helvetica neue", helvetica, arial, Verdana, sans-serif;
	color: #292a2a;
	line-height: 135%;
	background-color: #FFF;
	margin-top: 0px;
	margin-left: 20px;
}

h1 {
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 100%;
	/*text-shadow: #dddfdf 3px 3px 5px; */
}


h2 {
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 0px;
	letter-spacing: -1px;
	text-shadow: #dddfdf 3px 3px 5px;		
}

p {
	margin-top: 15px;
}


/* Links
------------------------------------------------------------*/

a {
  	color:#FF3300;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: black;
	/*border-bottom: 1px solid #ff3300; */
}
.pagInator{
	margin-bottom:6px;
}
.pagInator a{
	padding: 3px;

}


.projektListeImg a img {
	opacity: 0.95;
}
.projektListeImg a:hover img {
	opacity: 1;
}


/* @end */


/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */



#main{
   padding:40px 30px 30px 50px;
   
   -moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background-color: white;
	float:left;
	left:50%;
	margin-left:-350px;
	overflow:visible;
	position:absolute;
	width: 700px;
	z-index:10;
	border-right:  2px solid black;  
}
ul {
  list-style-type: none;

}

table {
	margin-top: 20px;
}

th,td {
	padding-right: 25px;
	text-align: left;
}


#letter{
   height: 420px;
   overflow:auto;
   margin-bottom: 80px;
   padding-bottom: 20px;
   padding-right: 20px;
   line-height: 135%;
   font-weight: normal;
   font-size: 15px;

}
label{
	margin-bottom: 3px;
   display:block;
  
}
#submitButton{
   margin-top:0px;
   margin-bottom:30px;  
}
#liste{
   margin-top:20px;
}
.error{
   margin-top: 2px;
   background-color: white;
   color: red;
   font-size: 11px;
   padding-top: 4px;

}

#errorMsg {
	color: #ff3300;
	font-size: 28px;
	margin-top:20px;
}


#disclaimer {
	width: 550px;
	font-size: 12px;
}

.antispam {
	font-size: 11px;
	margin: 10px 0px 10px 0px;
	font-weight: normal;
}
.antispam b {
	font-weight: bold;
	margin-bottom: 15px;
}
b, strong {
	font-weight: bold;
}
#code{
   width:70px;
   font-weight:bold;
   padding:5px;
}
.newshd{
   float:right;
   margin-bottom:20px;
}
.clearer  {
   clear:both;
}
.categorieWrap{
   float:left;
   width:190px;
   height:250px; 
}

.categorieBereich {
	font-weight: bold;
	margin-bottom: 5px;
}


.pane {
	margin-top: 20px;
}




div.tooltip { 
    background-color:#000; 
    border:1px solid #fff; 
    padding:5px 18px; 
    width:200px; 
    display:none; 
    color:#fff; 
    text-align:left; 
    font-size:10px; 
 

    -moz-box-shadow:0 0 5px #000; 
    -webkit-box-shadow:0 0 5px #000; 
}
input[type=text],select{
font-family:"helvetica neue",helvetica,arial,Verdana,sans-serif;
font-size:11px;
width:180px;
}
input[type=radio],input[type=checkbox]{
  background-color:#FFF; 
 }
#login {
	margin-top: 50px;
}


#login input {
	/*color:#ff3300; */
}


input#login {
  background-color:#888888;
  color: white;
}


#login label {
	margin-bottom: 3px;
	margin-top: 10px;
}

#login h3 {
	margin-bottom: 0px;
}

h3 {
	font-size: 13px;
}

#categories h3 {
	margin-bottom: 15px;
}

input[type=text]{
   width:180px;
}
#sideBarLeft{
   position:relative;
   top:60px;
   float:left;
   display:inline;
   width:200px;
   margin-right:70px;

}
#rightContent{
   top:60px;
   position:relative;
   float:left;
   display:inline;
    width:68%;

}
#search_textfield{
  width:174px;
  padding:3px;
  margin-top:6px;
  height:17px;
  color: #ff3300;
}
#search_button{
  padding:3px;
  height:22px;
  color: #fff;
  background-color:#888888;
 
}
#projektListeWrap{
  /* width:80%;   */
}
#projektSingleViewImgesWrap{
  border-top:1px solid #e1e1e1;
  border-bottom:1px solid #e1e1e1;
  float:left;
  margin-bottom:20px;
  padding-top:5px;
  
}
.projektListeSingleWrap{
   display:inline;
   float:left;
   width:200px;
   height:230px; */
   
   margin:6px;
   margin-bottom:10px;
}
#projektSingleViewLeft, #projektSingleViewRight {
  width:314px;
  float:left;
  display:inline;
  position:relative;
}
#projektSingleViewLeft{
   margin-right:20px;
   line-height: 155%;
}

.projektListeTitle {
	margin-top: 3px;
}

.projektListeTitle a{
    font-weight:bold;
    text-decoration:none;
}
#prevImgWrap{
   display:inline;
   float:left;
   width:320px;  
}
#bigImgWrap{
   display:inline;
   float:left;
 /*  width:320px;  */
   margin-right:10px;
   
}

.legend{
  display:inline;
  font-weight: bold;
  padding-right:6px;
  line-height:20px;
}
.prevImg{
    display:inline; 
    float:left;
}
.prevImg{
  opacity:0.7;
  border:1px solid white;
}
.prevImg:hover{
  opacity:1;
}

.prevImg img.thumbImg {
   border:1px solid #fff;
}
.prevImg a img {
	border: none;
}

.prevImg img.thumbImg.act {
   border:1px solid #FF3300;
}
.bigImgBu{
   font-style: normal;
   font-weight: bold;
   background-color:#ffffff;
   width:314px;
   padding:15px 0px 5px 0px;
}
#projektFilter{
   margin-top:20px;
}

.adminTool{
   background-color:#E6E6E6;
}

#footer{
   clear:both;
   position: relative;
   margin-top:20px;
   height:20px;
   padding-left:280px;
   padding-top:30px;
   color:#999;
   display:block;
}
#footer a{
   color:#999;
}

#footer a:hover {
	color: #fd0f1d;
}
#projektFilter form{
  margin-top:6px;
  margin-bottom:6px;
}
.projektBechreibung a{
    display:block;
     margin-top:20px;
}



/* Fixes
------------------------------------------- */
a:focus { 
outline: none; 
}
#navLinks{
   margin-top:60px;
}

.formContent{

   margin-top:30px;
   left:250px;
   height:100%;
} 

#formSideBarLeft{

   margin-top:80px;
   width:200px;
   margin-right:70px;
}
hr{
  width:530px;
  height:2px;
  border:1px solid #ccc;
  margin-top:10px;
  margin-bottom:10px;
  
  
}


#home_link a {
  line-height:125%;
  font-family:Arial,Verdana,sans-serif;
  font-size:11px;
  font-weight:normal;
  border-left:10px solid #FD0F1D;
  float:left;
  padding-bottom:0;
  padding-left:17px;
  padding-top:3px;
  color:#000;
}
#home_link {
  line-height:125%;
  float:left;
  font-family:Arial,Verdana,sans-serif;
  font-size:11px;
  left:0;
  position:absolute;
  top:8px;
  
}
#home_link a:hover {                  
  background-color:#FD0F1D;
  color:#FD0F1D;
  font-size:11px;
}


#textContent{
    font-size:11px;
    width:650px;
}
