/* unvisited link */
a:link {
    color: #113311;
	text-decoration: none;
}
/* visited link */
a:visited {
    color: #114411;
	text-decoration: none;
}
/* mouse over link */
a:hover {
    color: #226622;
	text-decoration: none;
}
/* selected link */
a:active {
    color: #118811;
	text-decoration: underline;
}
p,html{
	padding: 0;
	margin: 0;
}
body{
	font: 1em Verdana, Geneva, sans-serif;
	padding: 0;
	margin: 0;
	color: black;
	background-color: #dddddd;
}
p:selection{
	background: rgba(0,0,0,.5);
}
img:selection{
	background: rgba(0,0,0,.5);
}
ul{
	list-style-type: none; 
}

#topbar {
	width:100%;	
	overflow:auto;
	background-color: #fff;
	border-bottom-style:solid;
	border-width:1px;
	border-color:rgba(55,55,55,.2);
}
.menu{
	cursor: pointer;
	border-radius: 2px;
}
.menu div{
	margin-top:5px;
	margin-bottom:5px;
	padding:15px;
}
#m00.menu {
	margin-right:20px;
}
.menu :hover, .menu :active{
	background-color:#eee;
	text-shadow: 1px 0px 10px #449;
}

#nav_icon{
	height:40px;
	width:40px;
	padding:5px;
}
#msg{
	padding-top:20px;
	padding-left:10px;
	color:#c5ccbc;
}
.tb_left{
	float:left;
}
.tb_right{
	float:right;
}

#content_00{
	position:relative;
	cursor:crosshair;
	padding:0;
	margin:0;
	width:100%;
	height: 80vh;
	background-image:url("/media/bauslaugh_bg.png"); 
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
	  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
#c00_1{
	border-top-style:solid;
	border-bottom-style:solid;
	border-width:1px;
	border-color:rgba(255,255,255,.7);
	font-size:2em;
	position:absolute;
	bottom:28vh;
	width:100%;
	text-align:center;
	color:rgba(255,255,255,.7);
}
#C_login{
	width:100%;
}
#c_login form{
	padding:40px 0;
}
#c_login form table{
	position:relative;
	margin:0 auto;
	padding:20px 40px;
	background-color:rgba(0,0,0,.2);
	z-index:1;
}
#c_login .text_input{
	background-color:rgba(255,255,255,0.2);
	border:1px;
	border-radius: 1px;
	border-style:solid;
	border-color:rgba(100,100,100,.5);
	color:rgba(0,0,0,.7);
}
#go_login{
	cursor: pointer;
	width:60%;
	border:1px;
	border-radius: 1px;
	border-style:solid;
	border-color:rgba(100,100,100,.5);
	color:#000;
	background-color:rgba(0,0,0,0.1);
}
#go_login:hover{
	border-color:rgba(0,0,0,.2);
	color:#222;
	background-color:rgba(0,0,0,.2);
}

.hidden {
	display:none;
}

#footer{
	width:100%;
	border-top-style:solid;
	border-width:1px;
	border-color:rgba(55,55,55,.2);
	color:rgba(55,55,255,.2);
}
