/* designbüromaus */
body
{
	/* Page reset */
	margin:0px;
	padding:0px;
}

body{
	/* Setting default text color, background and a font stack */
	color: #444444;
	font-size: 13px;
	background: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
}

#logo
{
	/*border: 1px dotted black;*/
	text-align: left;
	margin-top: 30px;
	margin-bottom: 40px;
}
#image
{
	/*border: 1px dotted red;*/
	height: 295px;
}

#menu {
	/* This is the container for the thumbnails */
	text-align: center;
	height:45px;
}

#menu ul{
	margin: 0px;
	padding: 0px;
}

#menu li{
	/* Every thumbnail is a li element */
	width:60px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}

#menu li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(/images/pic_bg.png) repeat;
}

#menu li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(/images/active_bg.png) no-repeat;
}

#menu li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(/images/divider.png) no-repeat right;
}

#menu li a{
	display:block;
	background:url(/images/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}

#menu a img {
	border:none;
}

/* Gallery styles */
#gallery {
	/* The pics container */
	/*border: 1px dotted red;*/
	top: 80px;
	width: 485px;
	height: 400px;
	position: absolute;
	float: left;
}

.pic, .pic a{
	/* Each picture and the hyperlink inside it */
	width:100px;
	height:100px;
	overflow:hidden;
}

.pic{
	/* Styles specific to the pic class */
	position:absolute;
	border:5px solid #EEEEEE;
	border-bottom:18px solid #eeeeee;
	
	/* CSS3 Box Shadow */
	-moz-box-shadow:2px 2px 3px #333333;
	-webkit-box-shadow:2px 2px 3px #333333;
	box-shadow:2px 2px 3px #333333;
}

.pic a{
	/* Specific styles for the hyperlinks */
	text-indent:-999px;
	display:block;
	/* Setting display to block enables advanced styling for links */
}
/* The styles below are only necessary for the demo page */

h1 {
	font-family: arial,sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

h2 {
	font-family: arial,sans-serif;
	font-size:12px;
	font-weight:normal;
	right:0;
	text-transform:uppercase;
	top:15px;
}

#main
{
	/* The main container */
	/*border: 1px dotted red;*/
	margin: 15px auto;
	width: 980px;
	position:relative;
}

a, a:visited {
	color: #444444;
	text-decoration:none;
	outline: none;
}

a:hover{
	text-decoration:underline;
}

/*p{
	padding:10px;
	text-align:center;
}*/
#text
{
	border-top: 3px solid black;
	text-align: left;
}
.left
{
	background: url('../images/bg_verlauf.png') repeat-x;

	float: left;
	width: 469px;
	padding: 10px;
}
.vr
{
	background: url('../images/vr.png') repeat-x;
	height: 240px;
	float: left;
	width: 2px;
}
.right
{
	background: url('../images/bg_verlauf.png') repeat-x;
	float: left;
	width: 469px;
	padding: 10px;
}
.wleft
{
	background: url('../images/bg_verlauf.png') repeat-x;
	min-height: 200px;
	float: left;
	width: 650px;
	padding: 10px;
}
.sright
{
	background: url('../images/bg_verlauf.png') repeat-x;
	min-height: 200px;
	float: left;
	width: 288px;
	padding: 10px;
}
.clear {
	clear:both;
}

#footer {
	border-top: 1px solid silver;
	padding-top: 15px;
	text-align: right;
	/*border: 1px dotted green;*/
}

.err {
	color: red;
}
