html
{
	font-family: sans-serif;
}
body
{
	background-size: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#main
{
	/*background-image: url(images/background/grass.gif);*/
	background-color: rgb(60, 179, 113);
	background-size: 100%;
	background-size: cover;
	height:auto;
	background-repeat:no-repeat;
	background-attachment:fixed;
	padding:0px;
}
body>header
{
	background-color: rgb(0, 165, 198);
	background-size: cover;
	height:100%;
	position:fixed;
	top:0px;
	z-index:-1;
	width: 100%;
}
body>header>h1
{
	text-align: center;
	margin: 0;
	color: #FFF;
	text-shadow: 3px 3px 3px rgba(50, 26, 14, 0.3);
	margin-top:60px;
	font-family: Impact;
	font-size: 7rem;
	font-style: normal;
}
body>header>h1>span{
    display: block;
    font-size: medium;
    position: relative;
    top: -120px;
    left: 180px;
}
@media
only screen and (max-width:665px)
{
body>header>h1>span{
    left: 0px !important;
}

}
.dpn
{
	display:none;
}
#messagebox
{
    display: table;
    margin: 0 auto;
}
#msg
{
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	background-color: rgb(240, 240, 240);
	float:left;
	margin:0 auto;
}
#outer-nav
{
	height: 32px;
	width: 100%;
	background-color: rgb(251, 122, 35);
	margin-top:300px;
	z-index:1;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	min-width:1302px; /*mindestens so groß wie Sidebar-Container- 2 px wegen rahmen.*/
	position: static;
	top: 0px;
}
#inner-nav
{
	width: 1300px;
	/*width: 960px;*/
	height: 32px;
	margin: 0 auto;
	line-height: 30px;
}
#inner-nav :hover
{
	background-color: rgb(255, 132, 45);
}
a
{
	color:inherit;
	text-decoration: none;
}
ul>a:visited
{
	color:rgb(255, 255, 255);
	text-decoration: none;
}
ul>a:visited>li
{
	color:rgb(0, 0, 0);
}
.header-item
{
	float: left;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-shadow: 3px 3px 3px rgba(50, 26, 14, 0.5);
}
#sidebar-container
{
	margin: 0 auto;
	background-color: rgb(240, 240, 240);
	width: 1300px;
	height:auto;
	padding-bottom: 85px;
	border: 1px solid #B3B2B2;
}
.sidebar-menu-left
{
	position:relative;
	left:10px;
	float: left;
}
.sidebar-menu-right
{
	position:relative;
	right:10px;
	float: right;
}
.sidebar-menu-group
{
	margin-top:10px;
	background-color: rgb(220, 220, 220);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	width:140px;
	border-radius: 3px;
	hyphens: auto;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
}
.sidebar-menu-group>ul>li>form>.sel-shadow-workaround, .sidebar-menu-group>ul>li>form>input
{
	width: 85%;
	margin-left: 2.5%;
}
ul li
{
	background-color: rgb(200, 200, 200);
	margin-bottom: 5px;
	top:2px;
	border-radius: 3px;
	border: 2px solid #fff;
	text-align: center;
}
ul li a
{
	display: block;
}
ul>li>img
{
	max-width: 125px;
	max-height: 150px;
}
#content
{
	background-color: rgb(210, 210, 210);
	width: 960px;
	height: 100%;
	min-height:1600px;
	margin: 0 auto;
	position: relative;
	padding-top:50px;
	padding-bottom:50px;
	border: 1px solid #B3B2B2;
}
article
{
	position:relative;
	/*left: 100px;*/
	width: 760px;
}
form {
	margin: 15px auto;
}
input, .sel-shadow-workaround, textarea
{
	background-color: rgb(220, 220, 220);
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	border-radius: 3px;
	border: 2px solid #fff;
	/*Chrome standart orange Aussenlinie überschreiben*/
	outline: none;
	width:100%;
	user-select: all;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}
select
{
	background-color: rgb(220, 220, 220);
	border: none;
	width:100%;
	outline: none;
	display:block;
}
input:focus, textarea:focus , .sel-shadow-workaround:focus
{
	box-shadow: 3px 3px 3px 0px rgba(251, 122, 35, 0.5);
}
input:hover, textarea:hover, .sel-shadow-workaround:hover, ul>li:hover
{
	box-shadow: 3px 3px 3px 0px rgba(251, 122, 35, 0.25);
}
input[type='submit']:hover
{
	cursor:pointer;
}
input[type='date']
{
	text-align: center;
}
form>h1
{
	text-shadow: 3px 3px 3px rgba(50, 26, 14, 0.3);
	font-size: 1.5rem;
}
th
{
	padding: auto auto;
}
.auktgebtable>h1
{
	text-shadow: 3px 3px 3px rgba(50, 26, 14, 0.3);
	font-size: 1.5rem;
}
.info>img
{
	height: 32px;
	width: 32px;
	float: left;
}
footer,.info
{
	font-size: 10px;
	margin: 0 auto;
	color: #777;
}
footer
{
	border: 1px solid #B3B2B2;
	text-align: center;
	width: 960px;
	background-color: rgb(210, 210, 210);
}
.externlink
{
	text-decoration: underline;
}
.pictures
{
	background-color:rgba(25, 25, 25, 0.3);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	float:left;
	margin: 0 auto;
	position:relative;
	/*left:100px;*/
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.pictures:hover
{
	left:40px;
}
.ornament
{
	background: url(http://www.ucr-ev.de/Info/ornament2.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 53px;
	width: 189px;
	margin: 15px auto;
	margin-top:25px;
	margin-bottom:25px;
}
.newornament
{
	background-color: rgb(200, 200, 200);
	background-repeat: no-repeat;
	background-position: center;
	height: 10px;
	width: 75%;
	margin: 15px auto;
	margin-top:25px;
	margin-bottom:25px;
	border-radius: 2000px /35px;
	border: 2px solid #fff;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.pic
{
	width:100px;
	height:100px;
	float:left;
	margin:5px;
	position: relative;
	right: 0;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	background-color:rgba(25, 25, 25, 0.7);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	color:blue;
	border-radius: 3px;
}
.pic:hover
{
	width:210px;
	height:210px;
	margin:5px 115px 0px -105px;
	right: -110px;
	transform:rotate(360deg);
}
.pic:hover p
{
	display:inline-block;
}
.inner-img
{
	width:100%;
}
.pic>p
{
	display:none;
	position:relative;
	top:-28px;
	left:10px;
	color:white;
}
.chatBox
{
	position: fixed;
	z-index: 999;
	bottom: 0px;
	right: 14px;
	width: 250px;
	background-color: rgb(240, 240, 240);
	border: 1px solid #B3B2B2;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.chatName
{
	height:28px;
	background-color: rgb(251, 122, 35);
	font-weight: bold;
	padding: 5px;
	padding-bottom: 0px;
	text-shadow: 3px 3px 3px rgba(50, 26, 14, 0.5);
}
.chatText
{
	min-height: 200px;
	max-height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
	overflow-wrap: break-word;
}
.chatBox .sentText  form
{
	margin: 0px;
	position: relative;
	bottom: 0px;
	width: 100%;
}
.chatBox .sentText  form  textarea
{
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;

}
.own_chat_message
{
	text-align: right;
}
.own_chat_message .chat_user
{
	display: none;
}
article,
.pictures
{
	margin: 0px auto;
}
@media
only screen and (max-width:1300px){
	#sidebar-container
	{
		width: 100%;
		margin: 0px;
		border-left: none;
		border-right: none;
	}
	#inner-nav
	{
		width: 100%;
	}
	#outer-nav
	{
		min-width: 0px;
	}
	.sidebar-menu-left
	{
		left: 0px;
	}
	.sidebar-menu-right
	{
		right: 0px;
	}
	#content,
	#disclaimer
	{
		width: calc(100% - 300px);
		border-left: none;
		border-right: none;		
	}
	article
	{
		max-width: 100%
	}
}
@media
only screen and (max-width:850px){
	.sidebar-menu-left,
	.sidebar-menu-right,
	.chatBox
	{
		display: none;
	}
	#content,
	#disclaimer
	{
		width: 100%;
	}
	/*
	th,td {
		display: block;
	}
	tr{
		display: inline-block;
	}
	tbody
	{
		overflow: scroll;
	}
	*/
}