/* @override http://127.0.0.1/lamm/styles.css */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background: url(Bilder/back1.jpg) repeat-y fixed 50%;
}

a:link {
	color: #ad444c;
	text-decoration: none
}

a:hover {
	color: #ad444c;
	text-decoration: underline
}

a:visited {
	color: #ad444c;
	text-decoration: none
}

a:visited:hover {
	color: #ad444c;
	text-decoration: underline
}

.zehn {
	font-size: 12px
}

.zwoelf {
	font-size: 14px
}

.vierzehn {
	font-size: 16px
}

.achtzehn {
	font-size: 20px
}

.zwanzig {
	font-size: 20px
}

.vierundzwanzig {
	font-size: 24px
}

.ueberschrift {
	font-size: 20px;
	font-weight: bold;
}

#main {
	position: relative;
	width: 900px;
	margin: 0px auto;
}

#content {
	top: 0px;
	position: relative;
	z-index: 2;
	padding: 15px 35px;
}

ul.lay_spalten {
}
ul.lay_spalten li {
	display: inline;
}

img.float_right {
	margin-left: 20px;
	float: right;
	border: 1px solid #757575;
}

/* @group formular */

.klein {
	font-size: 10px;
	}

.beschreibung {
margin-left: 30px;
font-size:11px;
	}

.kasten {
	background-color: #ececec;
	border: solid 1px #afafaf;
	position: relative;
	text-align: center;
	width: 500px;
	}

.kasten2 {
	background-color: #ececec;
	border: solid 1px #afafaf;
	position: relative;
	text-align: left;
	padding: 5px;
	width:250px;
	}

/* @end */

/* @group diashow */
.diashowPic {
	left:0px;
	text-align: center;
	position: absolute;
	margin: 0px auto;
	border: 2px solid #454545;
}

#diashow {
	position: relative;
	width: 400px;
	height: 300px;
	margin-bottom: 20px;
}
/* @end */

/* @group pictureViewer */

.pictureList {
	position: relative;
	float: left;
	display: block;
}

ul.allPix {
	display: block;
}

ul.allPix li {
	position: relative;
	padding: 5px;
	float: left;
	display: inline;
}
ul.allPix li img.deletePic {
	position: absolute;
	top: 5px;
	left: 53px;
}
ul.allPix li img.thePic {
	border: 1px solid #989898;
}

div #pictureViewer {
	position: relative;
	height: 115px;
	width: 466px;
	top: 10px;
	background-image: url(Bilder/icons/viewer.png);
}

#pictureViewer ul {
	padding-left:43px;
	padding-right:40px;
	padding-top: 23px;
	height: 95px;
	width: 390px;
}
#pictureViewer ul li {
	float: left;
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}
#pictureViewer img {
	border: 1px solid #898989;
}
#pictureViewer_leftbutton {
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: transparent;
	top: 44px;
	left: 15px;
	cursor: pointer;
}
#pictureViewer_rightbutton {
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: transparent;
	top: 44px;
	left: 430px;
	cursor: pointer;
}
pictureViewer_rightbutton {
	position: absolute;
}

/* @end */

big {
	font-size: 20px;
}
small {
	font-size: 14px;
}

.mini {
	font-size: 9px;
}

.kastenUpload {
	position: absolute;
	border: 1px solid #616161;
	background-color: #e6e6e6;
	width: 250px;
	padding: 10px;
	left: 500px;
}

.backButton {
	border: 1px outset #828282;
	font-weight: bold;
	font-size: 14px;
	background-color: #eaeaea;
	width:150px;
	padding: 8px;
	cursor: pointer;
	margin-top: 30px;
}

input {
	font-size: 10px;
}

#footer {
	width: 900px;
	margin-left: -35px;
}

h1 {
	font: 9px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
	margin: 5px;
	font-size: 12px;
}

/* @group button */

.button div {
	position: relative;
	height: 20px;
	display: inline;
	float: left;
	cursor:pointer;
}
.button1 {
	padding-top:4px;
	padding-left:8px;
	padding-right: 2px;
	height: 20px;
	background: url(Bilder/icons/button1.png) no-repeat;
	font: 10px Verdana;
}
.button2 {
	background: url(Bilder/icons/button2.png) no-repeat;
	width: 6px;
	height: 20px;
	padding-right: 10px;
}



/* @end */

.mceContentBody a {
   color: red !important;
}

#editorReturn {
	position: absolute;
	left: 820px;
	border: 1px outset #6e6e6e;
	font-size: 12px;
	font-weight: bold;
	width: 60px;
	padding: 5px;
	background-color: #d9d9d9;
	text-align: center;
	cursor: pointer;
	z-index: 100;
}

#editorRahmen {
	height: 500px;
	width: 570px;
	position: relative;
}
#editorRahmen #designEditorButton {
	position: absolute;
	left: 571px;
	top: 10px;
}
#editorRahmen #designSourceButton {
	position: absolute;
	left: 571px;
	top: 115px;
	
}
#plainEditor textarea {
	height: 500px;
	width: 570px;
	border: 1px solid #ccc;
}