.nav_tr a:link { font-family:Verdana; font-size:12; color:white; text-decoration: none;}    /* noch nicht besuchte Ziele */
.nav_tr a:visited { font-family:Verdana; font-size:12; color:white; } /* besuchte Ziele */
.nav_tr a:hover { font-family:Verdana; font-size:12; color: #f39100; }   /* Verweise bei "MouseOver" */


list_link:link { font-family:Verdana; font-size:12; color:black; text-decoration: none;}    /* noch nicht besuchte Ziele */
list_link:visited { font-family:Verdana; font-size:12; color:black; } /* besuchte Ziele */
list_link:hover { font-family:Verdana; font-size:12; color: #f39100; }   /* Verweise bei "MouseOver" */

  

body {
	font-family:Verdana; 
	font-size:12px;
	text-decoration:none;
	background-color: white;
	/*width: 1024px;*/
	text-align: center;
	}
	
.left_col{
	width: 500px;
	display: inline-block;
	text-align: left;
	float: left;
/*	border: 1px solid red;*/

}

.two_col{
	width: 1004px;
	display: inline;
	text-align: left;
	/*padding-left: 10px;
	padding-right: 10px;*/
	float: left;

}

.right_col{
	width: 480px;
	display: inline-block;
	text-align: left;
	float: right;
	margin-left: 0px;
	padding-left:0px;
	border: 1px solid green;

}

.full_page{
	width: 1024px;
}

.page_plugin{
	display: inline;
	overflow: hidden;
}

.page_plugin h5{
	
	margin-top:4px;
}

.page_content{
	
	width: 1024px;
	/*min-height: 40px;*/
	overflow: auto;
  padding:10px;
	background-color: #fafafa;
	
  /* Verlauf */
	/*
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
 */
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.login_box{
	width: 500px;
}

.page_preview{
	/*width: 95%;*/
	/*width:0px;*/
	/*max-width:400px;*/
	text-align: center;
	vertical-align: center;
}

.page_preview img{
	/*width: 95%;*/
	/*width:0px;*/
	max-width:400px;
//	height: 580px;
//	text-align: center;
}

.page_table{
	
	width: 1024px;
	
}

.page_table td{
	vertical-align:top;
}

.page_row{
	
}

h1, h2, h3, h4, h5{

	text-align: center;

	color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	text-transform: none;
	
}

h5{
	
	text-align: left;
	padding-left: 5px;
	text-transform: none;
}

.buttons{
	width: 20px;
	height: 20px;
}

.action_bar_buttons{
	width: 25px;
	height: 25px;
}

.edit_table{
	text-align: left;
	width: 950px;
	border: 0px;
}

.nav_tr{
	background-color: #9c9d9d;
	color: white;
	text-align: middle;
	text-transform:uppercase;
}

.nav_td_left{
	text-align: left;
	padding-left: 5px;

}

.nav_td_right{
	width: 100%;
	text-align: right;
}

.action_bar{
	text-align: left;
	/*padding: 3px;
	border: 5px white solid;
	border-left-width: 0px;
	border-right-width: 0px;
	border-spacing: 10px;
	background-color: #FFE4B5;*/
}

.form_td_column{
	background-color: #FFE4B5;
	padding: 2px;
	text-align: left;
	border: 1px white solid;
	border-left-width: 0px;

}

.form_td_input{
	background-color: #FFE4B5;
	padding: 2px;
	text-align: left;
	border: 1px white solid;
	border-right-width: 0px;
}

.list_tr:hover{
background-color:#FFE4B5;
}

.list_cell{
	vertical-align: middle;
}

.orange{
color: #f39100;
}

.status{
	width: 120px;
	/*float: left;*/
	
}

.protocol{
	/*width: 280px;*/
	max-height: 300px;
	overflow:auto;
	padding: 4px;
	word-break: break-all;	
	
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.main{
	text-align: center;
	width: 1024px;
}

.clean{}

.clean td{
	border-top: none;
	vertical-align: top;
}

.folder_select{
	width: 150px;
	margin-top:10px;
}

.table_thumbnail{
	padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
	-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.bread_container{
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	
}

.label-primary,
.badge-primary {
  background-color: #006dcc;
}

.label-danger,
.badge-danger {
  background-color: #da4f49;
}
.thumb_gap{
	width: 10px;
	max-width: 10px;
}
.thumbnail_table_td{
	
	width: 165px;
	max-width: 165px;
	margin-right: 5px;
	/*border: 1px solid black;*/
	word-wrap: break-word;
	padding-top:5xp;
	padding-bottom:5px;
	text-align: left;
	background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 10px;
	background-color: #fafafa;
 /* -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);*/
	
}

.thumb_clean{
	border: 2px solid black;
}

.mag-nav{
	
/*	width: 1024px;
	position: fixed;
  z-index: 1030;
	top: 0;
	margin-bottom: 10px;*/
}

/*.thumbnail_table tr{
	
	background-color: #fff;
  border-top: 1px solid #ccc;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid #ccc;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	
}*/

.fullcontainer{
	
	width: 1048px;
}

.users_favorite{
	color: rgb(47, 150, 180);
}
