/*** COMMON ***/
*{
	margin: 0;
	padding: 0;
}

#ce{
	text-align:center;
}

body{
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background: url(../../img/ceeurope/background_5x5.png);
	background-color: white;
	color: #444;
}

a{
	text-decoration: none;
	color: #0008a2;
	font-weight: bold;
}

a:hover{
	color: white;
	background-color: #0008a2;
}

h1{
	/*color: #efec0e;*/
	font-size:24px;
	font-weight:bolder;
	background-color:#dddddd;
	padding:5px;
	margin-bottom:10px;
}

h2{
	/*color: #99CC00;*/
	font-size:20px;
	font-weight:bolder;
	background-color:#dddddd;
	padding:5px;
	margin-bottom:7px;
}

h3{
	/*color: #efec0e;*/
	font-size:18px;
	font-weight:bolder;
	background-color:#dddddd;
	padding:5px;
	margin-bottom:5px;
}

p{
	text-align: justify;
	margin-bottom: 7px;
}


li {
	list-style-image: url(../../img/ceeurope/square.png);
	margin-left: 15px;
	margin-bottom: 5px;
}

/*** INSERTED FROM TYPO3 ***/
.csc-textpic{
	margin-bottom: 30px;
}
/*** ve_guestbook extension ***/
div.tx-veguestbook-pi1 td.tx-guestbook-list-header{
	background-color: #eee;
	color: #0008A2;
}

div.tx-veguestbook-pi1 td{
	font-size: 12px;
}

table.tx-guestbook-list-table{
	border: 1px solid #888;
	padding: 2px;
	width: 93%;
}

td.tx-guestbook-list-rowleft{
	width: 0%;
}

div.tx-veguestbook-pi1 input, div.tx-veguestbook-pi1 textarea{
	font-size: 12px;
	width: 300px;
	border-color: #0008A2;
}

div.tx-veguestbook-pi1 td.tx-guestbook-latest-header{
	background-color: #fff;
	border-bottom: 3px solid #ddd;
	color: #99CC00;
	font-size: 14px;
}

td.tx-guestbook-latest-row{
	padding-top: 5px;
}

div.tx-guestbook-list-name{
	font-weight: bold;
}

.tx-guestbook-list-small{
	font-size: 10px;
}

/*** HEADER ***/
#header{
	margin: 10px 40px;
	overflow: hidden;
	padding-bottom:50px;
}

#header #page_title{
	position: absolute;
	right: 50px;
	top: 80px;
}

#header #page_title h1{
	font-size: 50px;
}

/*** MAIN ***/
#main{
	position: absolute;
	top: 190px;
	margin: 0 40px;
	width: 93%;
}

#left_col{
	width: 75%;
}

#right_guestbook{
	padding:0px;
}

#left_col {
	border-left: 10px solid #eee;
}

#left{
	padding: 0 30px;
}

#left img{
	background-color: white !important;
	padding: 4px !important;
/*	border: #777 1px solid !important; */
/*	margin: 6px !important;*/
	position: relative !important;
}

#right_col{
	width: 25%;
	vertical-align:top;
}

#right_tpl{
	font-size: 18px;
	text-align: right;
	padding: 10px;
	overflow: hidden;
}

#right_tpl .right_menu_act{
	color: #99CC00;
}

#right_guestbook{
	padding-left:10px;
}
